<?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: How to Create Custom Keyboard Shortcuts in Excel 2007?</title>
	<atom:link href="http://www.lytebyte.com/2008/10/06/how-to-create-custom-keyboard-shortcuts-in-excel-2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lytebyte.com/2008/10/06/how-to-create-custom-keyboard-shortcuts-in-excel-2007/</link>
	<description>LyteByte - Byte of Technology, Computers, Internet, Office, Word, Excel, Powerpoint, Tips, Tweaks</description>
	<lastBuildDate>Sat, 13 Mar 2010 08:38:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: MAWI</title>
		<link>http://www.lytebyte.com/2008/10/06/how-to-create-custom-keyboard-shortcuts-in-excel-2007/comment-page-1/#comment-100588</link>
		<dc:creator>MAWI</dc:creator>
		<pubDate>Mon, 01 Mar 2010 14:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.lytebyte.com/2008/10/06/how-to-create-custom-keyboard-shortcuts-in-excel-2007/#comment-100588</guid>
		<description>I just want Excel to copy the last thing I did(NOT copy/paste) But a shortcut made by me to ex. fill in a surtain color in a row... I knew this once, but I have forgotten:( Can anybody help?</description>
		<content:encoded><![CDATA[<p>I just want Excel to copy the last thing I did(NOT copy/paste) But a shortcut made by me to ex. fill in a surtain color in a row&#8230; I knew this once, but I have forgotten:( Can anybody help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suzanne</title>
		<link>http://www.lytebyte.com/2008/10/06/how-to-create-custom-keyboard-shortcuts-in-excel-2007/comment-page-1/#comment-91650</link>
		<dc:creator>Suzanne</dc:creator>
		<pubDate>Sun, 08 Nov 2009 18:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.lytebyte.com/2008/10/06/how-to-create-custom-keyboard-shortcuts-in-excel-2007/#comment-91650</guid>
		<description>Thanks for this! This simplifies some of the dull CnP-ing I&#039;ll be doing the next few days.</description>
		<content:encoded><![CDATA[<p>Thanks for this! This simplifies some of the dull CnP-ing I&#8217;ll be doing the next few days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subhashish</title>
		<link>http://www.lytebyte.com/2008/10/06/how-to-create-custom-keyboard-shortcuts-in-excel-2007/comment-page-1/#comment-87776</link>
		<dc:creator>Subhashish</dc:creator>
		<pubDate>Tue, 06 Oct 2009 13:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.lytebyte.com/2008/10/06/how-to-create-custom-keyboard-shortcuts-in-excel-2007/#comment-87776</guid>
		<description>@ David

Remember Macro outputs can never be undone (except for the workaround that you could save your file before testing your macro and revert to the saved file for an undesirable change done after executing the macro).

Anyone needing any help in designing or creating macros, would be more than happy to help</description>
		<content:encoded><![CDATA[<p>@ David</p>
<p>Remember Macro outputs can never be undone (except for the workaround that you could save your file before testing your macro and revert to the saved file for an undesirable change done after executing the macro).</p>
<p>Anyone needing any help in designing or creating macros, would be more than happy to help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Woodring</title>
		<link>http://www.lytebyte.com/2008/10/06/how-to-create-custom-keyboard-shortcuts-in-excel-2007/comment-page-1/#comment-87002</link>
		<dc:creator>David Woodring</dc:creator>
		<pubDate>Fri, 25 Sep 2009 19:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.lytebyte.com/2008/10/06/how-to-create-custom-keyboard-shortcuts-in-excel-2007/#comment-87002</guid>
		<description>After setting up the macro, I performed a test.  When I tried to undo the command just performed, I couldn&#039;t.  The undo function is disabled.

Any ideas on why or how to change?

Thank You

David</description>
		<content:encoded><![CDATA[<p>After setting up the macro, I performed a test.  When I tried to undo the command just performed, I couldn&#8217;t.  The undo function is disabled.</p>
<p>Any ideas on why or how to change?</p>
<p>Thank You</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LuxZg</title>
		<link>http://www.lytebyte.com/2008/10/06/how-to-create-custom-keyboard-shortcuts-in-excel-2007/comment-page-1/#comment-77217</link>
		<dc:creator>LuxZg</dc:creator>
		<pubDate>Thu, 21 May 2009 10:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.lytebyte.com/2008/10/06/how-to-create-custom-keyboard-shortcuts-in-excel-2007/#comment-77217</guid>
		<description>Clara - Macro will record anything you did while it was recording.

To get a &quot;general&quot; macro, you must NOT do things like selecting cells during recording, otherwise when you run macro it will do exact same things, for example:
step 1. click cell A5
step 2. press shift
step 3. click cell D8
step 4. ...

So what you want when creating macro is NOT DO steps like 1/2/3 in my example.

I hope this helps, and to Mr. Byte - nice post! I forgot all about using macros for simple things like this one, good work!</description>
		<content:encoded><![CDATA[<p>Clara &#8211; Macro will record anything you did while it was recording.</p>
<p>To get a &#8220;general&#8221; macro, you must NOT do things like selecting cells during recording, otherwise when you run macro it will do exact same things, for example:<br />
step 1. click cell A5<br />
step 2. press shift<br />
step 3. click cell D8<br />
step 4. &#8230;</p>
<p>So what you want when creating macro is NOT DO steps like 1/2/3 in my example.</p>
<p>I hope this helps, and to Mr. Byte &#8211; nice post! I forgot all about using macros for simple things like this one, good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clara</title>
		<link>http://www.lytebyte.com/2008/10/06/how-to-create-custom-keyboard-shortcuts-in-excel-2007/comment-page-1/#comment-74214</link>
		<dc:creator>Clara</dc:creator>
		<pubDate>Tue, 28 Apr 2009 00:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.lytebyte.com/2008/10/06/how-to-create-custom-keyboard-shortcuts-in-excel-2007/#comment-74214</guid>
		<description>I tried to create this macro and I found that it would only record the Transpose function from the dummy cells that I used to create the macro. Is there something I am missing?</description>
		<content:encoded><![CDATA[<p>I tried to create this macro and I found that it would only record the Transpose function from the dummy cells that I used to create the macro. Is there something I am missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julie</title>
		<link>http://www.lytebyte.com/2008/10/06/how-to-create-custom-keyboard-shortcuts-in-excel-2007/comment-page-1/#comment-59654</link>
		<dc:creator>Julie</dc:creator>
		<pubDate>Fri, 16 Jan 2009 19:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.lytebyte.com/2008/10/06/how-to-create-custom-keyboard-shortcuts-in-excel-2007/#comment-59654</guid>
		<description>This info just saved me hours of cutting and pasting for a data analysis project I am working on.  Thank you so much! If I knew you I would buy you a beer!</description>
		<content:encoded><![CDATA[<p>This info just saved me hours of cutting and pasting for a data analysis project I am working on.  Thank you so much! If I knew you I would buy you a beer!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: serdarb</title>
		<link>http://www.lytebyte.com/2008/10/06/how-to-create-custom-keyboard-shortcuts-in-excel-2007/comment-page-1/#comment-58655</link>
		<dc:creator>serdarb</dc:creator>
		<pubDate>Wed, 07 Jan 2009 13:49:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.lytebyte.com/2008/10/06/how-to-create-custom-keyboard-shortcuts-in-excel-2007/#comment-58655</guid>
		<description>very nice post...</description>
		<content:encoded><![CDATA[<p>very nice post&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: landrover</title>
		<link>http://www.lytebyte.com/2008/10/06/how-to-create-custom-keyboard-shortcuts-in-excel-2007/comment-page-1/#comment-50199</link>
		<dc:creator>landrover</dc:creator>
		<pubDate>Wed, 29 Oct 2008 11:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.lytebyte.com/2008/10/06/how-to-create-custom-keyboard-shortcuts-in-excel-2007/#comment-50199</guid>
		<description>These tips are useful and will make my job much easier. I&#039;m improving my excel skills and just glad I stumbled upon this post. keep it up!

Elsie</description>
		<content:encoded><![CDATA[<p>These tips are useful and will make my job much easier. I&#8217;m improving my excel skills and just glad I stumbled upon this post. keep it up!</p>
<p>Elsie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Excel Links of the Week - The Mt. Rainier edition &#124; Pointy Haired Dilbert - Chandoo.org</title>
		<link>http://www.lytebyte.com/2008/10/06/how-to-create-custom-keyboard-shortcuts-in-excel-2007/comment-page-1/#comment-47109</link>
		<dc:creator>Excel Links of the Week - The Mt. Rainier edition &#124; Pointy Haired Dilbert - Chandoo.org</dc:creator>
		<pubDate>Mon, 13 Oct 2008 17:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.lytebyte.com/2008/10/06/how-to-create-custom-keyboard-shortcuts-in-excel-2007/#comment-47109</guid>
		<description>[...] Create your own keyboard shortcuts in Excel 2007, knowing a few keyboard shortcuts in excel is a huge help. Lyte Byte describes a nifty way to create your own key board shortcuts in excel 2007 using macros. [...]</description>
		<content:encoded><![CDATA[<p>[...] Create your own keyboard shortcuts in Excel 2007, knowing a few keyboard shortcuts in excel is a huge help. Lyte Byte describes a nifty way to create your own key board shortcuts in excel 2007 using macros. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
