<?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: Copying Formulas</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/06/22/copying-formulas/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/06/22/copying-formulas/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:58:05 +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 Westlake</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/06/22/copying-formulas/#comment-16823</link>
		<dc:creator>Pete Westlake</dc:creator>
		<pubDate>Fri, 14 Oct 2005 15:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=647#comment-16823</guid>
		<description>&lt;p&gt;All you have to do is add $ before the number or letter that you wish to rmain the same. &lt;/p&gt;
&lt;p&gt;So, lets use the example in original question (shown below).&lt;/p&gt;
&lt;p&gt;If A10 contains the formula =SUM(A1:A9), and the user copies A10, the macro must paste =SUM(A1:A9) in whichever cell the user chooses, say B10.&lt;/p&gt;
&lt;p&gt;In order to do this the formula should read&lt;/p&gt;
&lt;p&gt;=SUM($A$1:$A$9)&lt;/p&gt;
&lt;p&gt;and when it is copied it would read the same.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>All you have to do is add $ before the number or letter that you wish to rmain the same. </p>
<p>So, lets use the example in original question (shown below).</p>
<p>If A10 contains the formula =SUM(A1:A9), and the user copies A10, the macro must paste =SUM(A1:A9) in whichever cell the user chooses, say B10.</p>
<p>In order to do this the formula should read</p>
<p>=SUM($A$1:$A$9)</p>
<p>and when it is copied it would read the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/06/22/copying-formulas/#comment-3044</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Wed, 22 Dec 2004 15:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=647#comment-3044</guid>
		<description>&lt;p&gt;To copy/paste Formulas from a range of cells without changing the Absolute or Relative references:&lt;/p&gt;
&lt;p&gt;1. Select the range of cells containing the formulas and press Ctrl+H.&lt;/p&gt;
&lt;p&gt;2. In the Find what box, type the = sign.&lt;/p&gt;
&lt;p&gt;3. In the Replace with box, type the # sign (to change the formulas to text).&lt;/p&gt;
&lt;p&gt;4. Click Replace All, and then click Close.&lt;/p&gt;
&lt;p&gt;5. Copy and paste the cells to a new location.&lt;/p&gt;
&lt;p&gt;6. Repeat steps 1 through 3, reversing the # and = signs (to change the text to formulas).&lt;/p&gt;
&lt;p&gt;From Josel Robins:&lt;br&gt;
&lt;a href=&quot;http://www.exceltip.com/st/Copying_Formulas_from_a_Range_of_Cells_Without_Changing_the_Absolute_or_Relative_References/694.html&quot; rel=&quot;nofollow&quot;&gt;http://www.exceltip.com/st/Copying_Formulas_from_a_Range_of_Cells_Without_Changing_the_Absolute_or_Relative_References/694.html&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>To copy/paste Formulas from a range of cells without changing the Absolute or Relative references:</p>
<p>1. Select the range of cells containing the formulas and press Ctrl+H.</p>
<p>2. In the Find what box, type the = sign.</p>
<p>3. In the Replace with box, type the # sign (to change the formulas to text).</p>
<p>4. Click Replace All, and then click Close.</p>
<p>5. Copy and paste the cells to a new location.</p>
<p>6. Repeat steps 1 through 3, reversing the # and = signs (to change the text to formulas).</p>
<p>From Josel Robins:<br />
<a href="http://www.exceltip.com/st/Copying_Formulas_from_a_Range_of_Cells_Without_Changing_the_Absolute_or_Relative_References/694.html" rel="nofollow">http://www.exceltip.com/st/Copying_Formulas_from_a_Range_of_Cells_Without_Changing_the_Absolute_or_Relative_References/694.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Laszlo</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/06/22/copying-formulas/#comment-1815</link>
		<dc:creator>John Laszlo</dc:creator>
		<pubDate>Wed, 11 Aug 2004 18:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=647#comment-1815</guid>
		<description>&lt;p&gt;A way to avoid to deletion of references already established in the new cell (pasting causes &quot;#REF!&quot;) is a variation of what was posted by Robert Bursey (June 22, 2004)&lt;/p&gt;
&lt;p&gt;Example copy A1 to B2 keeping all formulas referring to both cells intact:&lt;/p&gt;
&lt;p&gt;(1) Copy A1 to a relatively clear position (where no cell reference is off the edge), say D10.&lt;br&gt;
(2) Move D10 the same relative position as the target cell is to the original (down 1, right 1) E11.&lt;br&gt;
(3) Copy E11 to B2.&lt;br&gt;
(4) Clear E11.&lt;/p&gt;
&lt;p&gt;This will also work for moving a range of cells too. A macro of this will need to check that the two temporary positions are empty.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>A way to avoid to deletion of references already established in the new cell (pasting causes &#8220;#REF!&#8221;) is a variation of what was posted by Robert Bursey (June 22, 2004)</p>
<p>Example copy A1 to B2 keeping all formulas referring to both cells intact:</p>
<p>(1) Copy A1 to a relatively clear position (where no cell reference is off the edge), say D10.<br />
(2) Move D10 the same relative position as the target cell is to the original (down 1, right 1) E11.<br />
(3) Copy E11 to B2.<br />
(4) Clear E11.</p>
<p>This will also work for moving a range of cells too. A macro of this will need to check that the two temporary positions are empty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/06/22/copying-formulas/#comment-1814</link>
		<dc:creator>Dick</dc:creator>
		<pubDate>Tue, 29 Jun 2004 17:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=647#comment-1814</guid>
		<description>&lt;p&gt;Andy:  No copy event that I know of.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Andy:  No copy event that I know of.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Miller</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/06/22/copying-formulas/#comment-1813</link>
		<dc:creator>Andy Miller</dc:creator>
		<pubDate>Tue, 29 Jun 2004 15:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=647#comment-1813</guid>
		<description>&lt;p&gt;The way that I do this in practice is with the F2/Copy Formula/Paste Formula method that has been mentioned a bunch of times.&lt;/p&gt;
&lt;p&gt;Barring that, my next thought was that if we could use your Application class example to trap the Copy event and then modify what actually gets stored in to clipboard. However, I couldn&#039;t find a Copy &lt;i&gt;event&lt;/i&gt; anywhere.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The way that I do this in practice is with the F2/Copy Formula/Paste Formula method that has been mentioned a bunch of times.</p>
<p>Barring that, my next thought was that if we could use your Application class example to trap the Copy event and then modify what actually gets stored in to clipboard. However, I couldn&#8217;t find a Copy <i>event</i> anywhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kit</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/06/22/copying-formulas/#comment-1808</link>
		<dc:creator>kit</dc:creator>
		<pubDate>Sat, 26 Jun 2004 17:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=647#comment-1808</guid>
		<description>&lt;p&gt;I just open note pad.&lt;br&gt;
Then I copy and paste to notepad and then copy and paste back to excel. Ctrl+C and Cntrl+V both times.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I just open note pad.<br />
Then I copy and paste to notepad and then copy and paste back to excel. Ctrl+C and Cntrl+V both times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kit</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/06/22/copying-formulas/#comment-1809</link>
		<dc:creator>kit</dc:creator>
		<pubDate>Sat, 26 Jun 2004 17:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=647#comment-1809</guid>
		<description>&lt;p&gt;I just open note pad.&lt;br&gt;
Then I copy and paste to notepad and then copy and paste back to excel. Ctrl+C and Cntrl+V both times.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I just open note pad.<br />
Then I copy and paste to notepad and then copy and paste back to excel. Ctrl+C and Cntrl+V both times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kit carson</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/06/22/copying-formulas/#comment-1810</link>
		<dc:creator>kit carson</dc:creator>
		<pubDate>Sat, 26 Jun 2004 17:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=647#comment-1810</guid>
		<description>&lt;p&gt;I just open note pad.&lt;br&gt;
Then I copy and paste to notepad and then copy and paste back to excel. Ctrl+C and Cntrl+V both times.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I just open note pad.<br />
Then I copy and paste to notepad and then copy and paste back to excel. Ctrl+C and Cntrl+V both times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kit carson</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/06/22/copying-formulas/#comment-1811</link>
		<dc:creator>kit carson</dc:creator>
		<pubDate>Sat, 26 Jun 2004 17:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=647#comment-1811</guid>
		<description>&lt;p&gt;I just open note pad.&lt;br&gt;
Then I copy and paste to notepad and then copy and paste back to excel. Ctrl+C and Cntrl+V both times.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I just open note pad.<br />
Then I copy and paste to notepad and then copy and paste back to excel. Ctrl+C and Cntrl+V both times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kit carson</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/06/22/copying-formulas/#comment-1812</link>
		<dc:creator>kit carson</dc:creator>
		<pubDate>Sat, 26 Jun 2004 17:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=647#comment-1812</guid>
		<description>&lt;p&gt;I just open note pad.&lt;br&gt;
Then I copy and paste to notepad and then copy and paste back to excel. Ctrl+C and Cntrl+V both times.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I just open note pad.<br />
Then I copy and paste to notepad and then copy and paste back to excel. Ctrl+C and Cntrl+V both times.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

