<?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: Apply Range Names to your worksheet</title>
	<atom:link href="http://www.codeforexcelandoutlook.com/blog/2009/06/apply-range-names-to-your-worksheet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codeforexcelandoutlook.com/blog/2009/06/apply-range-names-to-your-worksheet/</link>
	<description>Automation and VBA code for Microsoft® Excel and Outlook</description>
	<lastBuildDate>Thu, 09 Sep 2010 14:13:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: JP</title>
		<link>http://www.codeforexcelandoutlook.com/blog/2009/06/apply-range-names-to-your-worksheet/#comment-2285</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Thu, 21 Jan 2010 23:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeforexcelandoutlook.com/blog/?p=620#comment-2285</guid>
		<description>@Steve 

From Excel Help:
 
&lt;blockquote&gt;For an Application object, returns a Names collection that represents all the names in the active workbook. For a Workbook object, returns a Names collection that represents all the names in the specified workbook (including all worksheet-specific names). For a Worksheet object, returns a Names collection that represents all the worksheet-specific names (names defined with the &quot;WorksheetName!&quot; prefix).&lt;/blockquote&gt;
 
Since we&#039;re calling Names.Count in the procedure, we&#039;re using the Application-level Names collection, which should consist of all workbook and worksheet level names.</description>
		<content:encoded><![CDATA[<p>@Steve </p>
<p>From Excel Help:</p>
<blockquote><p>For an Application object, returns a Names collection that represents all the names in the active workbook. For a Workbook object, returns a Names collection that represents all the names in the specified workbook (including all worksheet-specific names). For a Worksheet object, returns a Names collection that represents all the worksheet-specific names (names defined with the "WorksheetName!" prefix).</p></blockquote>
<p>Since we're calling Names.Count in the procedure, we're using the Application-level Names collection, which should consist of all workbook and worksheet level names.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.codeforexcelandoutlook.com/blog/2009/06/apply-range-names-to-your-worksheet/#comment-2281</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 21 Jan 2010 03:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeforexcelandoutlook.com/blog/?p=620#comment-2281</guid>
		<description>does this macro apply names defined on all pages of a wookbook to all of the cells of the page being acted upon?</description>
		<content:encoded><![CDATA[<p>does this macro apply names defined on all pages of a wookbook to all of the cells of the page being acted upon?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://www.codeforexcelandoutlook.com/blog/2009/06/apply-range-names-to-your-worksheet/#comment-2006</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Fri, 12 Jun 2009 00:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeforexcelandoutlook.com/blog/?p=620#comment-2006</guid>
		<description>Not sure what you mean, unless you mean copying the formula to another workbook. Otherwise, naming ranges and applying them to your formulas not only makes formulas easier to read, but makes them more portable within a worksheet. I can copy and paste them anywhere and not have to worry about references at all.</description>
		<content:encoded><![CDATA[<p>Not sure what you mean, unless you mean copying the formula to another workbook. Otherwise, naming ranges and applying them to your formulas not only makes formulas easier to read, but makes them more portable within a worksheet. I can copy and paste them anywhere and not have to worry about references at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billy Gee</title>
		<link>http://www.codeforexcelandoutlook.com/blog/2009/06/apply-range-names-to-your-worksheet/#comment-2005</link>
		<dc:creator>Billy Gee</dc:creator>
		<pubDate>Thu, 11 Jun 2009 19:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeforexcelandoutlook.com/blog/?p=620#comment-2005</guid>
		<description>Very clean code, but I find that even using the apply names internal feature, my copying flexibility diminishes due to the inherent removal of relative cell referencing.  More of a personal preference.</description>
		<content:encoded><![CDATA[<p>Very clean code, but I find that even using the apply names internal feature, my copying flexibility diminishes due to the inherent removal of relative cell referencing.  More of a personal preference.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
