<?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: Mouse shortcuts</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2005/10/15/mouse-shortcuts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2005/10/15/mouse-shortcuts/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:01:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Mike C.</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/15/mouse-shortcuts/#comment-58898</link>
		<dc:creator>Mike C.</dc:creator>
		<pubDate>Fri, 11 Feb 2011 03:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1260#comment-58898</guid>
		<description>&lt;p&gt;To think of all of the calories I&#039;ve wasted over the last 5 and half years with all of the   Right Arrow and Down Arrow,  C, arrow, arrow, arrow and  ESV &#039;s I&#039;ve been doing....&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>To think of all of the calories I&#8217;ve wasted over the last 5 and half years with all of the   Right Arrow and Down Arrow,  C, arrow, arrow, arrow and  ESV &#8216;s I&#8217;ve been doing&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troy Harris</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/15/mouse-shortcuts/#comment-35939</link>
		<dc:creator>Troy Harris</dc:creator>
		<pubDate>Tue, 04 Nov 2008 03:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1260#comment-35939</guid>
		<description>&lt;p&gt;Robert Sterbal&#039;s tip (3/17/6) was EXACTLY what I needed. Undying gratitude, Robert!&lt;br&gt;
Troy&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Robert Sterbal&#8217;s tip (3/17/6) was EXACTLY what I needed. Undying gratitude, Robert!<br />
Troy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/15/mouse-shortcuts/#comment-29448</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 17 Dec 2007 10:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1260#comment-29448</guid>
		<description>&lt;p&gt;This is exactly what I needed! I didn&#039;t know that button for paste as value, neither this contextual right-click drag menu! THanks a lot!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This is exactly what I needed! I didn&#8217;t know that button for paste as value, neither this contextual right-click drag menu! THanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/15/mouse-shortcuts/#comment-28511</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 06 Nov 2007 13:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1260#comment-28511</guid>
		<description>&lt;p&gt;Bruce -&lt;/p&gt;
&lt;p&gt;Professional Excel Development (by Bullen, Bovey, and Green) has a nice example of a paste special toolbar.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Bruce -</p>
<p>Professional Excel Development (by Bullen, Bovey, and Green) has a nice example of a paste special toolbar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Herbert</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/15/mouse-shortcuts/#comment-28509</link>
		<dc:creator>Simon Herbert</dc:creator>
		<pubDate>Tue, 06 Nov 2007 13:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1260#comment-28509</guid>
		<description>&lt;p&gt;Bruce - have a look at the third comment down (by Fadi Chalouhi)...&lt;/p&gt;
&lt;p&gt;My code to convert formulas to values is:&lt;/p&gt;
&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container vb default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;vb codecolorer&quot;&gt;&lt;span class=&quot;kw1&quot;&gt;Sub&lt;/span&gt; Value_Selection()&lt;br&gt;
&#160; &#160; Selection.Value = Selection.Value&lt;br&gt;
&lt;span class=&quot;kw1&quot;&gt;End&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;Sub&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;This has been discussed here and on other Excel sites before - seems to work a lot faster than PasteSpecialValues...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Bruce &#8211; have a look at the third comment down (by Fadi Chalouhi)&#8230;</p>
<p>My code to convert formulas to values is:</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container vb default">
<div style="white-space: nowrap;" class="vb codecolorer"><span class="kw1">Sub</span> Value_Selection()<br />
&nbsp; &nbsp; Selection.Value = Selection.Value<br />
<span class="kw1">End</span> <span class="kw1">Sub</span></div>
</div>
<p>This has been discussed here and on other Excel sites before &#8211; seems to work a lot faster than PasteSpecialValues&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce Reynolds</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/15/mouse-shortcuts/#comment-28489</link>
		<dc:creator>Bruce Reynolds</dc:creator>
		<pubDate>Mon, 05 Nov 2007 15:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1260#comment-28489</guid>
		<description>&lt;p&gt;To All,&lt;/p&gt;
&lt;p&gt;I&#039;m trying to create a toolbar for Paste-Special-Formulas, much like the Paste-Special-Values, and Paste-Special-Formats, which come with Excel. I&#039;m using Excel 2003. Can anyone provide me with the VBA code to put into the paste special formulas toolbar?&lt;/p&gt;
&lt;p&gt;Thank you!!&lt;br&gt;
Bruce&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>To All,</p>
<p>I&#8217;m trying to create a toolbar for Paste-Special-Formulas, much like the Paste-Special-Values, and Paste-Special-Formats, which come with Excel. I&#8217;m using Excel 2003. Can anyone provide me with the VBA code to put into the paste special formulas toolbar?</p>
<p>Thank you!!<br />
Bruce</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Sterbal</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/15/mouse-shortcuts/#comment-19211</link>
		<dc:creator>Robert Sterbal</dc:creator>
		<pubDate>Fri, 17 Mar 2006 19:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1260#comment-19211</guid>
		<description>&lt;p&gt;This button is absolute first thing I add when I install excel...&lt;/p&gt;
&lt;p&gt;I also always customize the button to image and text. I rename the button &amp;1&lt;/p&gt;
&lt;p&gt;Now I have 1 click and hot key (Alt-1) access to the most frequently used function for me in Excel.&lt;/p&gt;
&lt;p&gt;-Robert Sterbal&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This button is absolute first thing I add when I install excel&#8230;</p>
<p>I also always customize the button to image and text. I rename the button &amp;1</p>
<p>Now I have 1 click and hot key (Alt-1) access to the most frequently used function for me in Excel.</p>
<p>-Robert Sterbal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prashanthy</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/15/mouse-shortcuts/#comment-19168</link>
		<dc:creator>prashanthy</dc:creator>
		<pubDate>Tue, 14 Mar 2006 14:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1260#comment-19168</guid>
		<description>&lt;p&gt;Hi Dick,&lt;/p&gt;
&lt;p&gt;I work in a AS-400 Mainframe where I have to selected a particular range every Minute. Iam unable to define the same. Pls help.&lt;/p&gt;
&lt;p&gt;Regards&lt;br&gt;
Prashanthy&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Dick,</p>
<p>I work in a AS-400 Mainframe where I have to selected a particular range every Minute. Iam unable to define the same. Pls help.</p>
<p>Regards<br />
Prashanthy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nitin</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/15/mouse-shortcuts/#comment-18446</link>
		<dc:creator>nitin</dc:creator>
		<pubDate>Thu, 26 Jan 2006 05:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1260#comment-18446</guid>
		<description>&lt;p&gt;I have a worksheet which runs microsoft queries when it opens. I want to write a macro, which will copy only the results of the query and paste-special in a new sheet and the queries should not get transported.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have a worksheet which runs microsoft queries when it opens. I want to write a macro, which will copy only the results of the query and paste-special in a new sheet and the queries should not get transported.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/15/mouse-shortcuts/#comment-16993</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 24 Oct 2005 11:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1260#comment-16993</guid>
		<description>&lt;p&gt;You can also add the Paste Values entry to the right click menu using VBA. Can&#039;t remember how/why I came up with this originally:-&lt;/p&gt;
&lt;p&gt;Sub AddPasteValues()&lt;br&gt;
    Application.CommandBars(&quot;Cell&quot;).Controls.Add Type:=msoControlButton, ID _&lt;br&gt;
        :=370, Before:=5&lt;br&gt;
    Application.CommandBars(&quot;Row&quot;).Controls.Add Type:=msoControlButton, ID _&lt;br&gt;
        :=370, Before:=5&lt;br&gt;
    Application.CommandBars(&quot;Column&quot;).Controls.Add Type:=msoControlButton, ID _&lt;br&gt;
        :=370, Before:=5&lt;br&gt;
End Sub&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You can also add the Paste Values entry to the right click menu using VBA. Can&#8217;t remember how/why I came up with this originally:-</p>
<p>Sub AddPasteValues()<br />
    Application.CommandBars(&#8220;Cell&#8221;).Controls.Add Type:=msoControlButton, ID _<br />
        :=370, Before:=5<br />
    Application.CommandBars(&#8220;Row&#8221;).Controls.Add Type:=msoControlButton, ID _<br />
        :=370, Before:=5<br />
    Application.CommandBars(&#8220;Column&#8221;).Controls.Add Type:=msoControlButton, ID _<br />
        :=370, Before:=5<br />
End Sub</p>
]]></content:encoded>
	</item>
</channel>
</rss>

