<?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: VBA: Cut, Copy, Paste from a Macro</title>
	<atom:link href="http://www.automateexcel.com/2004/08/18/excel_cut_copy_paste_from_a_macro/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automateexcel.com/2004/08/18/excel_cut_copy_paste_from_a_macro/</link>
	<description>Hundreds of Excel Tips &#38; Tricks</description>
	<lastBuildDate>Wed, 10 Mar 2010 07:03:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Norman</title>
		<link>http://www.automateexcel.com/2004/08/18/excel_cut_copy_paste_from_a_macro/comment-page-1/#comment-1464</link>
		<dc:creator>Norman</dc:creator>
		<pubDate>Mon, 08 Mar 2010 17:14:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-1464</guid>
		<description>Is there a way, using an input form, to tell the macro where to start pasting information?  For example:

The typical command is: Range(“B2″).Select
I want to be able to tell the macro a different cell to copy to starting somewhere other than &quot;B2&quot;.  Maybe B3 or B4.</description>
		<content:encoded><![CDATA[<p>Is there a way, using an input form, to tell the macro where to start pasting information?  For example:</p>
<p>The typical command is: Range(“B2″).Select<br />
I want to be able to tell the macro a different cell to copy to starting somewhere other than &#8220;B2&#8243;.  Maybe B3 or B4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rashed</title>
		<link>http://www.automateexcel.com/2004/08/18/excel_cut_copy_paste_from_a_macro/comment-page-1/#comment-1432</link>
		<dc:creator>Rashed</dc:creator>
		<pubDate>Wed, 03 Feb 2010 03:50:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-1432</guid>
		<description>Simply Excellent Code</description>
		<content:encoded><![CDATA[<p>Simply Excellent Code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Logs</title>
		<link>http://www.automateexcel.com/2004/08/18/excel_cut_copy_paste_from_a_macro/comment-page-1/#comment-1412</link>
		<dc:creator>Logs</dc:creator>
		<pubDate>Tue, 19 Jan 2010 23:25:06 +0000</pubDate>
		<guid isPermaLink="false">#comment-1412</guid>
		<description>Hi,
I need to do a find of a certain word in my worksheet, then cur the entire row it is in and insert that into the first row. Which is easy enough.. but the row the particular word is in changes each time... How can i make it cut a different row each time the Macro is run?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I need to do a find of a certain word in my worksheet, then cur the entire row it is in and insert that into the first row. Which is easy enough.. but the row the particular word is in changes each time&#8230; How can i make it cut a different row each time the Macro is run?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://www.automateexcel.com/2004/08/18/excel_cut_copy_paste_from_a_macro/comment-page-1/#comment-1403</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Fri, 08 Jan 2010 20:29:03 +0000</pubDate>
		<guid isPermaLink="false">#comment-1403</guid>
		<description>I have four rows of data that need to be pastes into another worksheet in 1 column?  How do I do this?

I have been trying to set cells equal by value, but for some reason, they can&#039;t transpose automatically.  

I have also tried the if then statements so that if the data is greater than zero, then the cell automatically paste into the other sheet, but that wont work either?  Any ideas as to how to get multiple rows paste into one column across sheets?</description>
		<content:encoded><![CDATA[<p>I have four rows of data that need to be pastes into another worksheet in 1 column?  How do I do this?</p>
<p>I have been trying to set cells equal by value, but for some reason, they can&#8217;t transpose automatically.  </p>
<p>I have also tried the if then statements so that if the data is greater than zero, then the cell automatically paste into the other sheet, but that wont work either?  Any ideas as to how to get multiple rows paste into one column across sheets?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://www.automateexcel.com/2004/08/18/excel_cut_copy_paste_from_a_macro/comment-page-1/#comment-1365</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Mon, 23 Nov 2009 15:47:26 +0000</pubDate>
		<guid isPermaLink="false">#comment-1365</guid>
		<description>Hi 

I have data in 50 worksheets in a workbook (in same format). Can I copy all data and paste it in a New Worksheet, so that a Master File can be created.</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>I have data in 50 worksheets in a workbook (in same format). Can I copy all data and paste it in a New Worksheet, so that a Master File can be created.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandheep</title>
		<link>http://www.automateexcel.com/2004/08/18/excel_cut_copy_paste_from_a_macro/comment-page-1/#comment-1311</link>
		<dc:creator>Sandheep</dc:creator>
		<pubDate>Thu, 27 Aug 2009 14:56:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-1311</guid>
		<description>How do I copy the cell no. and paste it another cell. Suppose I want the cell no. of the word &quot;Significant&quot; in the worksheet. Assuming it is in B4. How do I paste it in C1 using macro? The macro should be able to find the cell no.</description>
		<content:encoded><![CDATA[<p>How do I copy the cell no. and paste it another cell. Suppose I want the cell no. of the word &#8220;Significant&#8221; in the worksheet. Assuming it is in B4. How do I paste it in C1 using macro? The macro should be able to find the cell no.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.automateexcel.com/2004/08/18/excel_cut_copy_paste_from_a_macro/comment-page-1/#comment-1308</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 25 Aug 2009 00:16:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-1308</guid>
		<description>Hi, when complex vba routines run in the background of excel, it becomes impossible to use copy and pate in other applications.  Any workaround for this?  Cheers, Jeff</description>
		<content:encoded><![CDATA[<p>Hi, when complex vba routines run in the background of excel, it becomes impossible to use copy and pate in other applications.  Any workaround for this?  Cheers, Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.automateexcel.com/2004/08/18/excel_cut_copy_paste_from_a_macro/comment-page-1/#comment-1296</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 07 Aug 2009 13:58:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-1296</guid>
		<description>How do you copy Range A7:C11 from the first sheet to all sheets of the workbook (also to A7:C11 on every sheet)? Thanks!</description>
		<content:encoded><![CDATA[<p>How do you copy Range A7:C11 from the first sheet to all sheets of the workbook (also to A7:C11 on every sheet)? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach</title>
		<link>http://www.automateexcel.com/2004/08/18/excel_cut_copy_paste_from_a_macro/comment-page-1/#comment-1278</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Wed, 15 Jul 2009 19:45:33 +0000</pubDate>
		<guid isPermaLink="false">#comment-1278</guid>
		<description>how do you copy a column from one workbook and paste it in another?</description>
		<content:encoded><![CDATA[<p>how do you copy a column from one workbook and paste it in another?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew S Olmstead</title>
		<link>http://www.automateexcel.com/2004/08/18/excel_cut_copy_paste_from_a_macro/comment-page-1/#comment-1258</link>
		<dc:creator>Matthew S Olmstead</dc:creator>
		<pubDate>Wed, 10 Jun 2009 21:52:44 +0000</pubDate>
		<guid isPermaLink="false">#comment-1258</guid>
		<description>Is there a way to cut a row/rows and insert it/them into a sorted order on a different page with other information? I can&#039;t just insert them at the bottom and sort because the rows on the other page are merged and cannot be sorted. This is the last piece to my VBA puzzle. Thank you!</description>
		<content:encoded><![CDATA[<p>Is there a way to cut a row/rows and insert it/them into a sorted order on a different page with other information? I can&#8217;t just insert them at the bottom and sort because the rows on the other page are merged and cannot be sorted. This is the last piece to my VBA puzzle. Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
