<?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: Excel VBA Copy Paste: The Complete Tutorial For Copying And Pasting Cells With Macros (And 8 Examples)	</title>
	<atom:link href="https://powerspreadsheets.com/excel-vba-copy-paste/feed/" rel="self" type="application/rss+xml" />
	<link>https://powerspreadsheets.com/excel-vba-copy-paste/</link>
	<description>Excel and VBA tutorials and training. Learn how to use Microsoft Excel and Visual Basic for Applications now.</description>
	<lastBuildDate>Thu, 03 Mar 2022 02:29:36 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Jason Reid		</title>
		<link>https://powerspreadsheets.com/excel-vba-copy-paste/#comment-319</link>

		<dc:creator><![CDATA[Jason Reid]]></dc:creator>
		<pubDate>Thu, 03 Mar 2022 02:29:36 +0000</pubDate>
		<guid isPermaLink="false">https://powerspreadsheets.com/?p=5447#comment-319</guid>

					<description><![CDATA[I need to copy a range of cells from my local Excel file to a shared OneDrive file. I have not been able to find a method that works.  Any ideas?]]></description>
			<content:encoded><![CDATA[<p>I need to copy a range of cells from my local Excel file to a shared OneDrive file. I have not been able to find a method that works.  Any ideas?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anthony		</title>
		<link>https://powerspreadsheets.com/excel-vba-copy-paste/#comment-296</link>

		<dc:creator><![CDATA[Anthony]]></dc:creator>
		<pubDate>Sat, 25 Dec 2021 20:18:06 +0000</pubDate>
		<guid isPermaLink="false">https://powerspreadsheets.com/?p=5447#comment-296</guid>

					<description><![CDATA[PS. There is one exception to the Clipboard being erased.
The action
 ....AdvancedFilter Action:=xlFilterCopy, CriteriaRange:=..., Unique:=False, CopyToRange:=
does not affect whatever is in the clipboard at the time.
It also copies formats, so a very good option instead of Copy Paste so as not to disturb the user&#039;s own clipboard.]]></description>
			<content:encoded><![CDATA[<p>PS. There is one exception to the Clipboard being erased.<br />
The action<br />
 &#8230;.AdvancedFilter Action:=xlFilterCopy, CriteriaRange:=&#8230;, Unique:=False, CopyToRange:=<br />
does not affect whatever is in the clipboard at the time.<br />
It also copies formats, so a very good option instead of Copy Paste so as not to disturb the user&#8217;s own clipboard.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anthony		</title>
		<link>https://powerspreadsheets.com/excel-vba-copy-paste/#comment-295</link>

		<dc:creator><![CDATA[Anthony]]></dc:creator>
		<pubDate>Sat, 25 Dec 2021 12:56:13 +0000</pubDate>
		<guid isPermaLink="false">https://powerspreadsheets.com/?p=5447#comment-295</guid>

					<description><![CDATA[Just a note to add that the Copy Destination method must be using the clipboard transitively, because whatever you had in clipboard beforehand is erased afterwards.
What an excellent page BTW!]]></description>
			<content:encoded><![CDATA[<p>Just a note to add that the Copy Destination method must be using the clipboard transitively, because whatever you had in clipboard beforehand is erased afterwards.<br />
What an excellent page BTW!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: satya		</title>
		<link>https://powerspreadsheets.com/excel-vba-copy-paste/#comment-204</link>

		<dc:creator><![CDATA[satya]]></dc:creator>
		<pubDate>Sat, 08 Jul 2017 10:19:00 +0000</pubDate>
		<guid isPermaLink="false">https://powerspreadsheets.com/?p=5447#comment-204</guid>

					<description><![CDATA[Hi,

Thanks for the detailed description.

But mine is a different case.. Hope you can help.

In a spreadsheet I have various embedded objects(mostly word documents) in two columns at several rows. I need to access those objects at one row in two columns at a time compare them and need to paste the differences in other objects file present at same row next column(third column).

 Firstly I cant find a way to paste data into an object file itself. I have tried worksheet.paste method and a few more but none of them did workout.

 Any idea how can I achieve this?]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for the detailed description.</p>
<p>But mine is a different case.. Hope you can help.</p>
<p>In a spreadsheet I have various embedded objects(mostly word documents) in two columns at several rows. I need to access those objects at one row in two columns at a time compare them and need to paste the differences in other objects file present at same row next column(third column).</p>
<p> Firstly I cant find a way to paste data into an object file itself. I have tried worksheet.paste method and a few more but none of them did workout.</p>
<p> Any idea how can I achieve this?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: David Johnson		</title>
		<link>https://powerspreadsheets.com/excel-vba-copy-paste/#comment-173</link>

		<dc:creator><![CDATA[David Johnson]]></dc:creator>
		<pubDate>Sun, 21 May 2017 16:00:00 +0000</pubDate>
		<guid isPermaLink="false">https://powerspreadsheets.com/?p=5447#comment-173</guid>

					<description><![CDATA[Hi Jorge,
Great job but I think I confused you.  I am uploading a photo to help me illustrate.

I have two separate files.  The Active worksheet has names address and a Domain and the other is a list with two columns.  Domain in column A and text in column B.

I need the active sheet to check the database file to see if there is a matching Domain.  If there is a match then copy and past the corresponding data in Column B.

By there way, there will always be a match in the domain.

 https://uploads.disquscdn.com/images/9ac2d862784cd59b0fa455ee1f5c13aedf538d4360f38e354b1d13a6d042af12.jpg]]></description>
			<content:encoded><![CDATA[<p>Hi Jorge,<br />
Great job but I think I confused you.  I am uploading a photo to help me illustrate.</p>
<p>I have two separate files.  The Active worksheet has names address and a Domain and the other is a list with two columns.  Domain in column A and text in column B.</p>
<p>I need the active sheet to check the database file to see if there is a matching Domain.  If there is a match then copy and past the corresponding data in Column B.</p>
<p>By there way, there will always be a match in the domain.</p>
<p> <a href="https://uploads.disquscdn.com/images/9ac2d862784cd59b0fa455ee1f5c13aedf538d4360f38e354b1d13a6d042af12.jpg" rel="nofollow ugc">https://uploads.disquscdn.com/images/9ac2d862784cd59b0fa455ee1f5c13aedf538d4360f38e354b1d13a6d042af12.jpg</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: David Johnson		</title>
		<link>https://powerspreadsheets.com/excel-vba-copy-paste/#comment-168</link>

		<dc:creator><![CDATA[David Johnson]]></dc:creator>
		<pubDate>Thu, 18 May 2017 19:44:00 +0000</pubDate>
		<guid isPermaLink="false">https://powerspreadsheets.com/?p=5447#comment-168</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://powerspreadsheets.com/excel-vba-copy-paste/#comment-166&quot;&gt;David Johnson&lt;/a&gt;.

HA!, no need to be sorry, your macro was awesome.

I did it this way.  Thanks for showing me another way to look at it.

If Not IsEmpty(.Cells(iCounter, 1)) = True Then .Paste]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://powerspreadsheets.com/excel-vba-copy-paste/#comment-166">David Johnson</a>.</p>
<p>HA!, no need to be sorry, your macro was awesome.</p>
<p>I did it this way.  Thanks for showing me another way to look at it.</p>
<p>If Not IsEmpty(.Cells(iCounter, 1)) = True Then .Paste</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: David Johnson		</title>
		<link>https://powerspreadsheets.com/excel-vba-copy-paste/#comment-166</link>

		<dc:creator><![CDATA[David Johnson]]></dc:creator>
		<pubDate>Tue, 16 May 2017 20:43:00 +0000</pubDate>
		<guid isPermaLink="false">https://powerspreadsheets.com/?p=5447#comment-166</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://powerspreadsheets.com/excel-vba-copy-paste/#comment-164&quot;&gt;David Johnson&lt;/a&gt;.

You are correct, I need any data.  the field will have text.  Thank you so much for the work.  I am going to try it now]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://powerspreadsheets.com/excel-vba-copy-paste/#comment-164">David Johnson</a>.</p>
<p>You are correct, I need any data.  the field will have text.  Thank you so much for the work.  I am going to try it now</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: David Johnson		</title>
		<link>https://powerspreadsheets.com/excel-vba-copy-paste/#comment-164</link>

		<dc:creator><![CDATA[David Johnson]]></dc:creator>
		<pubDate>Tue, 16 May 2017 16:47:00 +0000</pubDate>
		<guid isPermaLink="false">https://powerspreadsheets.com/?p=5447#comment-164</guid>

					<description><![CDATA[Hi Great site,
I need to copy B1:E1 and paste it to any row with data in the A column.

Steps:
Copy B2:E2
Look in A2
If there is date in A2 paste B1:E1
Look in A3
If there is date in A3 paste B1:E1

Simply put, I want to past B1:E1 into any row with data in it.

Thoughts?]]></description>
			<content:encoded><![CDATA[<p>Hi Great site,<br />
I need to copy B1:E1 and paste it to any row with data in the A column.</p>
<p>Steps:<br />
Copy B2:E2<br />
Look in A2<br />
If there is date in A2 paste B1:E1<br />
Look in A3<br />
If there is date in A3 paste B1:E1</p>
<p>Simply put, I want to past B1:E1 into any row with data in it.</p>
<p>Thoughts?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Liam Cook		</title>
		<link>https://powerspreadsheets.com/excel-vba-copy-paste/#comment-102</link>

		<dc:creator><![CDATA[Liam Cook]]></dc:creator>
		<pubDate>Wed, 14 Dec 2016 11:52:00 +0000</pubDate>
		<guid isPermaLink="false">https://powerspreadsheets.com/?p=5447#comment-102</guid>

					<description><![CDATA[Hi, great article! I have basically reused your code for pastespecial but edited it to fit my sheet, however i keep getting compliling error: syntax error. I cannot see what is wrong with mine, could you help please?

Sub Copy_PasteSpecial()

   Worksheets(“Rankings”).Range(“T3:T1999”).Copy
        Worksheets(&quot;Rankings&quot;).Range(&quot;A3:A1999).PasteSpecial _
        Paste:=xlPasteValuesAndNumberFormats, _
        Operation:=xlPasteSpecialOperationNone, _
        SkipBlanks:=True, _
        Transpose:=True

End Sub]]></description>
			<content:encoded><![CDATA[<p>Hi, great article! I have basically reused your code for pastespecial but edited it to fit my sheet, however i keep getting compliling error: syntax error. I cannot see what is wrong with mine, could you help please?</p>
<p>Sub Copy_PasteSpecial()</p>
<p>   Worksheets(“Rankings”).Range(“T3:T1999”).Copy<br />
        Worksheets(&#8220;Rankings&#8221;).Range(&#8220;A3:A1999).PasteSpecial _<br />
        Paste:=xlPasteValuesAndNumberFormats, _<br />
        Operation:=xlPasteSpecialOperationNone, _<br />
        SkipBlanks:=True, _<br />
        Transpose:=True</p>
<p>End Sub</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: @Cantinflas		</title>
		<link>https://powerspreadsheets.com/excel-vba-copy-paste/#comment-77</link>

		<dc:creator><![CDATA[@Cantinflas]]></dc:creator>
		<pubDate>Thu, 03 Nov 2016 18:06:00 +0000</pubDate>
		<guid isPermaLink="false">https://powerspreadsheets.com/?p=5447#comment-77</guid>

					<description><![CDATA[Hello. Great tips. I need to copy some row&#039;s content and paste it transposed above my active cell. I´m trying with this code but it doesn´t work. Could you help me please?

Sub Copy_PasteSpecial()
Worksheets(&quot;Hoja5&quot;).Range(&quot;J9:M9&quot;).Copy
Worksheets(&quot;Hoja5&quot;).Range(Cells(ActiveCell.Row + 1, ActiveCell.Column)).PasteSpecial Transpose:=True
End Sub]]></description>
			<content:encoded><![CDATA[<p>Hello. Great tips. I need to copy some row&#8217;s content and paste it transposed above my active cell. I´m trying with this code but it doesn´t work. Could you help me please?</p>
<p>Sub Copy_PasteSpecial()<br />
Worksheets(&#8220;Hoja5&#8221;).Range(&#8220;J9:M9&#8221;).Copy<br />
Worksheets(&#8220;Hoja5&#8221;).Range(Cells(ActiveCell.Row + 1, ActiveCell.Column)).PasteSpecial Transpose:=True<br />
End Sub</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: powerspreadsheets.com @ 2026-04-16 09:25:14 by W3 Total Cache
-->