<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Automate Excel &#187; paste</title>
	<atom:link href="http://www.automateexcel.com/tag/paste/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automateexcel.com</link>
	<description>Everything Excel. Only Excel.</description>
	<lastBuildDate>Wed, 24 Nov 2010 21:08:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>VBA: Cut, Copy, Paste from a Macro</title>
		<link>http://www.automateexcel.com/2004/08/18/excel_cut_copy_paste_from_a_macro/</link>
		<comments>http://www.automateexcel.com/2004/08/18/excel_cut_copy_paste_from_a_macro/#comments</comments>
		<pubDate>Wed, 18 Aug 2004 03:42:10 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[VBA]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[cut]]></category>
		<category><![CDATA[macro]]></category>
		<category><![CDATA[paste]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[It&#8217;s pretty easy to cut and paste from a macro. Here are a few examples. The code works identical for copy, just replace the word cut with copy! This one cuts and pastes a single cell, a1 over to b1: Sub OneCell() Range("A1").Select Selection.Cut Range("B1").Select ActiveSheet.Paste Application.CutCopyMode = False End Sub This one cuts and [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2004/08/18/excel_cut_copy_paste_from_a_macro/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
	</channel>
</rss>

