<?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: Add or Change Macro Shortcuts</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/12/06/add-or-change-macro-shortcuts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/12/06/add-or-change-macro-shortcuts/</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: Heidi</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/06/add-or-change-macro-shortcuts/#comment-32289</link>
		<dc:creator>Heidi</dc:creator>
		<pubDate>Mon, 12 May 2008 19:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=914#comment-32289</guid>
		<description>&lt;p&gt;How can I hide rows with zero values resulting from a formula, but not rows that have intentionally been left blank within the spreadsheet?&lt;/p&gt;
&lt;p&gt;Any help is much appreciated!!&lt;/p&gt;
&lt;p&gt;hko&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>How can I hide rows with zero values resulting from a formula, but not rows that have intentionally been left blank within the spreadsheet?</p>
<p>Any help is much appreciated!!</p>
<p>hko</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Lepper</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/06/add-or-change-macro-shortcuts/#comment-2800</link>
		<dc:creator>Ken Lepper</dc:creator>
		<pubDate>Mon, 06 Dec 2004 17:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=914#comment-2800</guid>
		<description>&lt;p&gt;Dick,&lt;/p&gt;
&lt;p&gt;You can also add a shortcut key to a macro using code.&lt;/p&gt;
&lt;p&gt;The following code adds Shortcut key &quot;CTRL+SHIFT+H&quot; to a macro called &quot;HideRows&quot;&lt;/p&gt;
&lt;p&gt;Application.MacroOptions Macro:=&quot;HideRows&quot;, _&lt;br&gt;
HasShortcutKey:=True, ShortcutKey:=&quot;H&quot;&lt;/p&gt;
&lt;p&gt;Ken Lepper&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dick,</p>
<p>You can also add a shortcut key to a macro using code.</p>
<p>The following code adds Shortcut key &#8220;CTRL+SHIFT+H&#8221; to a macro called &#8220;HideRows&#8221;</p>
<p>Application.MacroOptions Macro:=&#8221;HideRows&#8221;, _<br />
HasShortcutKey:=True, ShortcutKey:=&#8221;H&#8221;</p>
<p>Ken Lepper</p>
]]></content:encoded>
	</item>
</channel>
</rss>

