<?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: Beginning VBA: Select and Activate</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/04/27/beginning-vba-select-and-activate/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/04/27/beginning-vba-select-and-activate/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:32:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Pete</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/04/27/beginning-vba-select-and-activate/#comment-53205</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Wed, 27 Oct 2010 01:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=500#comment-53205</guid>
		<description>&lt;p&gt;Use R1C1 notation to apply conditional format with formulas in code (&amp; not select cells).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Use R1C1 notation to apply conditional format with formulas in code (&amp; not select cells).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tushar Mehta</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/04/27/beginning-vba-select-and-activate/#comment-18364</link>
		<dc:creator>Tushar Mehta</dc:creator>
		<pubDate>Thu, 19 Jan 2006 22:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=500#comment-18364</guid>
		<description>&lt;p&gt;A related link on this rather important topic:&lt;br&gt;
Beyond Excel&#039;s recorder&lt;br&gt;
&lt;a href=&quot;http://www.tushar-mehta.com/excel/vba/beyond_the_macro_recorder/index.htm&quot; rel=&quot;nofollow&quot;&gt;http://www.tushar-mehta.com/excel/vba/beyond_the_macro_recorder/index.htm&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>A related link on this rather important topic:<br />
Beyond Excel&#8217;s recorder<br />
<a href="http://www.tushar-mehta.com/excel/vba/beyond_the_macro_recorder/index.htm" rel="nofollow">http://www.tushar-mehta.com/excel/vba/beyond_the_macro_recorder/index.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/04/27/beginning-vba-select-and-activate/#comment-18341</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 16 Jan 2006 22:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=500#comment-18341</guid>
		<description>&lt;p&gt;Just kinda stumbled on to this site.  Glad I did.  I&#039;ve been trying to understand how to write VBA code and one of the first questions I had was &quot;Why and when do I select&quot;?  I understand the concepts, but the mechanics just are sinking in. Plan on visting your blog often.  Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just kinda stumbled on to this site.  Glad I did.  I&#8217;ve been trying to understand how to write VBA code and one of the first questions I had was &#8220;Why and when do I select&#8221;?  I understand the concepts, but the mechanics just are sinking in. Plan on visting your blog often.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BeataR</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/04/27/beginning-vba-select-and-activate/#comment-15947</link>
		<dc:creator>BeataR</dc:creator>
		<pubDate>Sun, 18 Sep 2005 12:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=500#comment-15947</guid>
		<description>&lt;p&gt;Generally the only indication for an activation is to employ ActiveCell property and some other Range properties. The other cases waste &quot;our keyboard&quot; (not so expensive part of the computer, however)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Generally the only indication for an activation is to employ ActiveCell property and some other Range properties. The other cases waste &#8220;our keyboard&#8221; (not so expensive part of the computer, however)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/04/27/beginning-vba-select-and-activate/#comment-12494</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Wed, 25 May 2005 17:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=500#comment-12494</guid>
		<description>&lt;p&gt;Alok:  Me too.  Selecting a lot when I first started out, that is.  If you learn from the recorder, that&#039;s what you get.&lt;/p&gt;
&lt;p&gt;That conditional formatting issue you raise is legitimate.  I thought I did a post once on how you can use Application.ConvertFormula to get the job done without changing the selection, but i can&#039;t find it now.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Alok:  Me too.  Selecting a lot when I first started out, that is.  If you learn from the recorder, that&#8217;s what you get.</p>
<p>That conditional formatting issue you raise is legitimate.  I thought I did a post once on how you can use Application.ConvertFormula to get the job done without changing the selection, but i can&#8217;t find it now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alok Joshi</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/04/27/beginning-vba-select-and-activate/#comment-12491</link>
		<dc:creator>Alok Joshi</dc:creator>
		<pubDate>Wed, 25 May 2005 15:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=500#comment-12491</guid>
		<description>&lt;p&gt;When I started out VBA I was doing a lot of it but I now realize the advantages of not selecting. However, the other day I was struggling with setting a Conditional Formatting in code (Formula related, not cell value) and found that the formulas that the code puts are modified/distorted by Excel unless the first cell in the range that I was trying to do conditional formatting for was selected? &lt;/p&gt;
&lt;p&gt;Alok Joshi&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>When I started out VBA I was doing a lot of it but I now realize the advantages of not selecting. However, the other day I was struggling with setting a Conditional Formatting in code (Formula related, not cell value) and found that the formulas that the code puts are modified/distorted by Excel unless the first cell in the range that I was trying to do conditional formatting for was selected? </p>
<p>Alok Joshi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gee</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/04/27/beginning-vba-select-and-activate/#comment-1418</link>
		<dc:creator>Gee</dc:creator>
		<pubDate>Tue, 27 Apr 2004 19:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=500#comment-1418</guid>
		<description>&lt;p&gt;Oh, Geeze...ignore that last comment...I&#039;m an idiot.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Oh, Geeze&#8230;ignore that last comment&#8230;I&#8217;m an idiot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gee</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/04/27/beginning-vba-select-and-activate/#comment-1417</link>
		<dc:creator>Gee</dc:creator>
		<pubDate>Tue, 27 Apr 2004 17:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=500#comment-1417</guid>
		<description>&lt;p&gt;Thanks again...this is really helping me.&lt;br&gt;
I&#039;m saving all these in a Word doc and was wondering if you&#039;re going to do something similar...like a spot with all your VBA training sessions in one place for us to stalk.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks again&#8230;this is really helping me.<br />
I&#8217;m saving all these in a Word doc and was wondering if you&#8217;re going to do something similar&#8230;like a spot with all your VBA training sessions in one place for us to stalk.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

