<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Referring to Previous Sheet</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/12/02/referring-to-previous-sheet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/12/02/referring-to-previous-sheet/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Mon, 06 Feb 2012 18:39:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: NTTN.NL : Verwijzen naar vorig of volgend blad</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/02/referring-to-previous-sheet/#comment-37431</link>
		<dc:creator>NTTN.NL : Verwijzen naar vorig of volgend blad</dc:creator>
		<pubDate>Wed, 21 Jan 2009 12:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=904#comment-37431</guid>
		<description>&lt;p&gt;[...] kunnen verwijzen naar het volgende of vorige blad zonder dat je een naam opgeeft heb ik gevonden op Daily dose of Excel geschreven door Jan Karel Pieterse, aangezien ik alleen maar de nederlandse versie van excel [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] kunnen verwijzen naar het volgende of vorige blad zonder dat je een naam opgeeft heb ik gevonden op Daily dose of Excel geschreven door Jan Karel Pieterse, aangezien ik alleen maar de nederlandse versie van excel [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/02/referring-to-previous-sheet/#comment-33440</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 07 Jul 2008 02:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=904#comment-33440</guid>
		<description>&lt;p&gt;Dick -&lt;/p&gt;
&lt;p&gt;I post lots of code on my own blog, and I frequently go back and copy the code from my posts into projects I&#039;m working on. Having to replace quotes is a royal pain, and just for my own use, I&#039;ve started changing characters into html-friendly but author-aggravating codes (e.g., &amp; q u o t ; for double quotes). I&#039;m about three aggravating translations away from coding something in VBA to translate such characters for me. The characters include double and single quotes, proper spacing through nonbreaking spaces, and there are a couple more I forget until I have to fix them. When I get something done, I&#039;ll post it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dick -</p>
<p>I post lots of code on my own blog, and I frequently go back and copy the code from my posts into projects I&#8217;m working on. Having to replace quotes is a royal pain, and just for my own use, I&#8217;ve started changing characters into html-friendly but author-aggravating codes (e.g., &amp; q u o t ; for double quotes). I&#8217;m about three aggravating translations away from coding something in VBA to translate such characters for me. The characters include double and single quotes, proper spacing through nonbreaking spaces, and there are a couple more I forget until I have to fix them. When I get something done, I&#8217;ll post it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/02/referring-to-previous-sheet/#comment-33427</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Sun, 06 Jul 2008 14:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=904#comment-33427</guid>
		<description>&lt;p&gt;Phil:  Delete the double quotes and re-enter them.  They get screwed up when copied from this site.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Phil:  Delete the double quotes and re-enter them.  They get screwed up when copied from this site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/02/referring-to-previous-sheet/#comment-33297</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Thu, 03 Jul 2008 10:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=904#comment-33297</guid>
		<description>&lt;p&gt;Ive tried to use that formulas but ive got an error (formula has an error - indirect is highlighted) when Im trying to insert name ThisSheet =GET.CELL(32+0*now(),indirect(&quot;rc&quot;,False))&lt;/p&gt;
&lt;p&gt;Do you know why this is happening?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ive tried to use that formulas but ive got an error (formula has an error &#8211; indirect is highlighted) when Im trying to insert name ThisSheet =GET.CELL(32+0*now(),indirect(&#8220;rc&#8221;,False))</p>
<p>Do you know why this is happening?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/02/referring-to-previous-sheet/#comment-23011</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 13 Apr 2007 17:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=904#comment-23011</guid>
		<description>&lt;p&gt;I was trying to use the function - AllSheets =GET.WORKBOOK(1+0*now())- to return a list of all the worksheet names in a workbook, but couldn&#039;t get the full array (I was only getting the first value).  What am I doing wrong?&lt;/p&gt;
&lt;p&gt;Thanks for the help.&lt;/p&gt;
&lt;p&gt;PS - I ended up using the code below, but I&#039;m interested in figuring out what I did wrong.&lt;/p&gt;
&lt;p&gt;Sub sheetindex()&lt;br&gt;
  NumSheets = Sheets.Count&lt;br&gt;
    For j = 1 To NumSheets&lt;br&gt;
        Cells(j, 1) = Sheets(j).Name&lt;br&gt;
    Next j&lt;br&gt;
End Sub&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I was trying to use the function &#8211; AllSheets =GET.WORKBOOK(1+0*now())- to return a list of all the worksheet names in a workbook, but couldn&#8217;t get the full array (I was only getting the first value).  What am I doing wrong?</p>
<p>Thanks for the help.</p>
<p>PS &#8211; I ended up using the code below, but I&#8217;m interested in figuring out what I did wrong.</p>
<p>Sub sheetindex()<br />
  NumSheets = Sheets.Count<br />
    For j = 1 To NumSheets<br />
        Cells(j, 1) = Sheets(j).Name<br />
    Next j<br />
End Sub</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joji</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/02/referring-to-previous-sheet/#comment-13602</link>
		<dc:creator>Joji</dc:creator>
		<pubDate>Thu, 09 Jun 2005 15:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=904#comment-13602</guid>
		<description>&lt;p&gt;Hi..&lt;br&gt;
Could u pls help me to get the names of all sheets in a work sheet?&lt;br&gt;
I tried Allsheets option. But could not succeed. Pls help&lt;/p&gt;
&lt;p&gt;JOji&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi..<br />
Could u pls help me to get the names of all sheets in a work sheet?<br />
I tried Allsheets option. But could not succeed. Pls help</p>
<p>JOji</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaf</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/02/referring-to-previous-sheet/#comment-10722</link>
		<dc:creator>jaf</dc:creator>
		<pubDate>Mon, 11 Apr 2005 17:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=904#comment-10722</guid>
		<description>&lt;p&gt;Thanks jkpieterse - that&#039;s fixed what I needed.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks jkpieterse &#8211; that&#8217;s fixed what I needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkpieterse</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/02/referring-to-previous-sheet/#comment-10720</link>
		<dc:creator>jkpieterse</dc:creator>
		<pubDate>Mon, 11 Apr 2005 15:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=904#comment-10720</guid>
		<description>&lt;p&gt;You need to add single quotes at exactly the right places:&lt;/p&gt;
&lt;p&gt;=INDIRECT(&quot;&#039;&quot;&amp;PrevSheet&amp;&quot;&#039;!&quot;&amp;CELL(&quot;address&quot;,C35))&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You need to add single quotes at exactly the right places:</p>
<p>=INDIRECT(&#8220;&#8216;&#8221;&amp;PrevSheet&amp;&#8221;&#8216;!&#8221;&amp;CELL(&#8220;address&#8221;,C35))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaf</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/02/referring-to-previous-sheet/#comment-10719</link>
		<dc:creator>jaf</dc:creator>
		<pubDate>Mon, 11 Apr 2005 09:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=904#comment-10719</guid>
		<description>&lt;p&gt;I&#039;ve been using these macros and they&#039;re working reall well.  Thanks for this useful tip. But something goes wrong when the file is saved with (e.g.) a space in the filename. &lt;/p&gt;
&lt;p&gt;Here is my use of &quot;PrevSheet&quot;&lt;br&gt;
=INDIRECT(&quot;&quot;&amp;PrevSheet&amp;&quot;!&quot;&amp;CELL(&quot;address&quot;,C35))&lt;br&gt;
and it&#039;s evaluated as&lt;br&gt;
=INDIRECT(&quot;&quot;&amp;[TEST WITH SPACE.xls]28_03_2005!$C$5&amp;&quot;!&quot;&amp;CELL(&quot;address&quot;,C35))&lt;/p&gt;
&lt;p&gt;(filename is &quot;TEST WITH SPACE.xls&quot;, previous sheet name is 28_03_2005.)&lt;/p&gt;
&lt;p&gt;Somehow I need to change PrevSheets so that the INDIRECT formula treats TEST WITH SPACE as all one string.  Any suggestions?&lt;/p&gt;
&lt;p&gt;Jean&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using these macros and they&#8217;re working reall well.  Thanks for this useful tip. But something goes wrong when the file is saved with (e.g.) a space in the filename. </p>
<p>Here is my use of &#8220;PrevSheet&#8221;<br />
=INDIRECT(&#8220;&#8221;&amp;PrevSheet&amp;&#8221;!&#8221;&amp;CELL(&#8220;address&#8221;,C35))<br />
and it&#8217;s evaluated as<br />
=INDIRECT(&#8220;&#8221;&amp;[TEST WITH SPACE.xls]28_03_2005!$C$5&amp;&#8221;!&#8221;&amp;CELL(&#8220;address&#8221;,C35))</p>
<p>(filename is &#8220;TEST WITH SPACE.xls&#8221;, previous sheet name is 28_03_2005.)</p>
<p>Somehow I need to change PrevSheets so that the INDIRECT formula treats TEST WITH SPACE as all one string.  Any suggestions?</p>
<p>Jean</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/02/referring-to-previous-sheet/#comment-8449</link>
		<dc:creator>Dick</dc:creator>
		<pubDate>Mon, 14 Feb 2005 17:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=904#comment-8449</guid>
		<description>&lt;p&gt;What was comment #5 is gone.  Trackback spam.  Thanks Jan Karel.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>What was comment #5 is gone.  Trackback spam.  Thanks Jan Karel.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

