<?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 for Automate Excel</title>
	<atom:link href="http://www.automateexcel.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automateexcel.com</link>
	<description>Everything Excel. Only Excel.</description>
	<lastBuildDate>Wed, 03 Apr 2013 10:11:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Backup Del.icio.us with Excel by Ankit @ Excel Trick</title>
		<link>http://www.automateexcel.com/2005/02/13/backup_del_icio_us_with_excel/comment-page-1/#comment-3116</link>
		<dc:creator>Ankit @ Excel Trick</dc:creator>
		<pubDate>Wed, 03 Apr 2013 10:11:09 +0000</pubDate>
		<guid isPermaLink="false">#comment-3116</guid>
		<description>Great but can I use this with excel 2013.</description>
		<content:encoded><![CDATA[<p>Great but can I use this with excel 2013.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VBA: Cut, Copy, Paste from a Macro by ssakthish</title>
		<link>http://www.automateexcel.com/2004/08/18/excel_cut_copy_paste_from_a_macro/comment-page-1/#comment-2995</link>
		<dc:creator>ssakthish</dc:creator>
		<pubDate>Wed, 16 Jan 2013 10:15:39 +0000</pubDate>
		<guid isPermaLink="false">#comment-2995</guid>
		<description>Hi All, 
I have a header say EMP ID, EMP Name, FAX, TELE.
Now I want a Macro wherein, in the input file I Provide only EMP ID, EMP Name &amp; TELE. 
I want the output as follows.
1. Excel Should read column wise based on header &amp; If the length exceeds 25 characters then the entire row should be transfered to a new sheet.</description>
		<content:encoded><![CDATA[<p>Hi All,<br />
I have a header say EMP ID, EMP Name, FAX, TELE.<br />
Now I want a Macro wherein, in the input file I Provide only EMP ID, EMP Name &amp; TELE.<br />
I want the output as follows.<br />
1. Excel Should read column wise based on header &amp; If the length exceeds 25 characters then the entire row should be transfered to a new sheet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to Dynamic Ranges by Christian</title>
		<link>http://www.automateexcel.com/2008/08/23/introduction-to-dynamic-ranges/comment-page-1/#comment-2993</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Tue, 15 Jan 2013 23:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.automateexcel.com/?p=816#comment-2993</guid>
		<description>Very nice work!!
Works like a charm!</description>
		<content:encoded><![CDATA[<p>Very nice work!!<br />
Works like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pivot Table Tips (Part 1) by Ankit @ Excel Trick</title>
		<link>http://www.automateexcel.com/2010/11/24/pivot-table-tips-part-1/comment-page-1/#comment-2969</link>
		<dc:creator>Ankit @ Excel Trick</dc:creator>
		<pubDate>Thu, 27 Dec 2012 14:47:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.automateexcel.com/?p=1213#comment-2969</guid>
		<description>I just wanted to know if my source data changes then will the pivot table data change? Or pivot table data does not depend on source.</description>
		<content:encoded><![CDATA[<p>I just wanted to know if my source data changes then will the pivot table data change? Or pivot table data does not depend on source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VBA: Loop Through a String by newbie</title>
		<link>http://www.automateexcel.com/2005/01/11/excel_vba_loop_through_a_string_1/comment-page-1/#comment-2963</link>
		<dc:creator>newbie</dc:creator>
		<pubDate>Fri, 21 Dec 2012 09:23:30 +0000</pubDate>
		<guid isPermaLink="false">#comment-2963</guid>
		<description>This may help you
Sub Pattern1()
Dim myString As String
Dim i As Integer
Dim TxtRng  As Range



myString = &quot;ABCDE&quot;
Set TxtRng = Sheets(&quot;sheet4&quot;).Range(&quot;A1&quot;)
    TxtRng.Value = myString

End Sub</description>
		<content:encoded><![CDATA[<p>This may help you<br />
Sub Pattern1()<br />
Dim myString As String<br />
Dim i As Integer<br />
Dim TxtRng  As Range</p>
<p>myString = &#8220;ABCDE&#8221;<br />
Set TxtRng = Sheets(&#8220;sheet4&#8243;).Range(&#8220;A1&#8243;)<br />
    TxtRng.Value = myString</p>
<p>End Sub</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VBA: Count the Number of Used Rows by Shailaja</title>
		<link>http://www.automateexcel.com/2004/09/07/excel_vba_count_the_number_of_used_rows/comment-page-1/#comment-2962</link>
		<dc:creator>Shailaja</dc:creator>
		<pubDate>Fri, 21 Dec 2012 06:58:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-2962</guid>
		<description>Hi 

I need to count the number of rows till one blank row appears and i want to use the last row number to sum up the whole rows. for ex if i have 10 poupulated rows in col E. when i count it takes as 10 but i want it to be &quot;E10&quot; and use the same to offset &amp; populate.</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>I need to count the number of rows till one blank row appears and i want to use the last row number to sum up the whole rows. for ex if i have 10 poupulated rows in col E. when i count it takes as 10 but i want it to be &#8220;E10&#8243; and use the same to offset &amp; populate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VBA: How To Activate a Sheet by parameshwar</title>
		<link>http://www.automateexcel.com/2004/08/14/excel_vba_how_to_activate_a_sheet/comment-page-1/#comment-2949</link>
		<dc:creator>parameshwar</dc:creator>
		<pubDate>Tue, 04 Dec 2012 07:17:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-2949</guid>
		<description>if sheets(&quot;&quot;).optionbutton1.value = true then 
sheets(&quot;sheet_12&quot;).activate
else 
sheets(&quot;sheet_13&quot;).activate
end sub</description>
		<content:encoded><![CDATA[<p>if sheets(&#8220;&#8221;).optionbutton1.value = true then<br />
sheets(&#8220;sheet_12&#8243;).activate<br />
else<br />
sheets(&#8220;sheet_13&#8243;).activate<br />
end sub</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add a Comment to a Formula by vbulletin.org</title>
		<link>http://www.automateexcel.com/2004/08/22/excel_add_a_comment_to_a_formula/comment-page-1/#comment-2943</link>
		<dc:creator>vbulletin.org</dc:creator>
		<pubDate>Wed, 21 Nov 2012 18:09:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-2943</guid>
		<description>Simply desire to say your article is as astounding.
The clarity in your submit is simply great and that i can suppose you&#039;re knowledgeable on this subject. Fine with your permission let me to clutch your feed to keep updated with impending post. Thank you a million and please continue the rewarding work.</description>
		<content:encoded><![CDATA[<p>Simply desire to say your article is as astounding.<br />
The clarity in your submit is simply great and that i can suppose you&#8217;re knowledgeable on this subject. Fine with your permission let me to clutch your feed to keep updated with impending post. Thank you a million and please continue the rewarding work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Select All Worksheet Tabs by Gerardo Rodriguez</title>
		<link>http://www.automateexcel.com/2005/02/15/excel_select_all_worksheet_tabs/comment-page-1/#comment-2939</link>
		<dc:creator>Gerardo Rodriguez</dc:creator>
		<pubDate>Wed, 14 Nov 2012 21:34:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-2939</guid>
		<description>how can I select all sheets and then unselect certain sheets or tabs? I want to select most of the tabs and it&#039;s easier to select all and then unselect the ones I don&#039;t need, is there a way to do it with a shortcut?</description>
		<content:encoded><![CDATA[<p>how can I select all sheets and then unselect certain sheets or tabs? I want to select most of the tabs and it&#8217;s easier to select all and then unselect the ones I don&#8217;t need, is there a way to do it with a shortcut?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VBA: Macro to List all Sheets in a Workbook by Ariela Grinnell</title>
		<link>http://www.automateexcel.com/2004/09/06/excel_vba_macro_to_list_all_sheets_in_a/comment-page-1/#comment-2937</link>
		<dc:creator>Ariela Grinnell</dc:creator>
		<pubDate>Tue, 13 Nov 2012 19:16:25 +0000</pubDate>
		<guid isPermaLink="false">#comment-2937</guid>
		<description>Thank you so much!  Worked like a charm!</description>
		<content:encoded><![CDATA[<p>Thank you so much!  Worked like a charm!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
