<?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: Shortcut to add current Date and Time in MS Office Word and Excel</title>
	<atom:link href="http://www.lytebyte.com/2007/03/27/shortcut-to-add-current-date-and-time-in-ms-office-word-and-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lytebyte.com/2007/03/27/shortcut-to-add-current-date-and-time-in-ms-office-word-and-excel/</link>
	<description>LyteByte - Byte of Technology, Computers, Internet, Office, Word, Excel, Powerpoint, Tips, Tweaks</description>
	<lastBuildDate>Thu, 09 Feb 2012 20:39:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sa</title>
		<link>http://www.lytebyte.com/2007/03/27/shortcut-to-add-current-date-and-time-in-ms-office-word-and-excel/comment-page-1/#comment-95578</link>
		<dc:creator>Sa</dc:creator>
		<pubDate>Mon, 21 Dec 2009 19:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.lytebyte.com/2007/03/27/shortcut-to-add-current-date-and-time-in-ms-office-word-and-excel/#comment-95578</guid>
		<description>How do you remove the date and time from a document?</description>
		<content:encoded><![CDATA[<p>How do you remove the date and time from a document?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maggie</title>
		<link>http://www.lytebyte.com/2007/03/27/shortcut-to-add-current-date-and-time-in-ms-office-word-and-excel/comment-page-1/#comment-65991</link>
		<dc:creator>maggie</dc:creator>
		<pubDate>Tue, 03 Mar 2009 00:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.lytebyte.com/2007/03/27/shortcut-to-add-current-date-and-time-in-ms-office-word-and-excel/#comment-65991</guid>
		<description>I need to add a date column in notepad how do I achieve this?</description>
		<content:encoded><![CDATA[<p>I need to add a date column in notepad how do I achieve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr.Byte</title>
		<link>http://www.lytebyte.com/2007/03/27/shortcut-to-add-current-date-and-time-in-ms-office-word-and-excel/comment-page-1/#comment-25212</link>
		<dc:creator>Mr.Byte</dc:creator>
		<pubDate>Mon, 28 Apr 2008 16:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.lytebyte.com/2007/03/27/shortcut-to-add-current-date-and-time-in-ms-office-word-and-excel/#comment-25212</guid>
		<description>@Paul Robinson, I understand it now. I just tried it out and it happens only in Word and not in Excel. Thanks for letting us know.</description>
		<content:encoded><![CDATA[<p>@Paul Robinson, I understand it now. I just tried it out and it happens only in Word and not in Excel. Thanks for letting us know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Robinson</title>
		<link>http://www.lytebyte.com/2007/03/27/shortcut-to-add-current-date-and-time-in-ms-office-word-and-excel/comment-page-1/#comment-25210</link>
		<dc:creator>Paul Robinson</dc:creator>
		<pubDate>Mon, 28 Apr 2008 16:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.lytebyte.com/2007/03/27/shortcut-to-add-current-date-and-time-in-ms-office-word-and-excel/#comment-25210</guid>
		<description>I should have said if you select it and press F9.</description>
		<content:encoded><![CDATA[<p>I should have said if you select it and press F9.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr.Byte</title>
		<link>http://www.lytebyte.com/2007/03/27/shortcut-to-add-current-date-and-time-in-ms-office-word-and-excel/comment-page-1/#comment-25208</link>
		<dc:creator>Mr.Byte</dc:creator>
		<pubDate>Mon, 28 Apr 2008 15:48:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.lytebyte.com/2007/03/27/shortcut-to-add-current-date-and-time-in-ms-office-word-and-excel/#comment-25208</guid>
		<description>@Paul, Thanks Paul for your information and the help with macro. I was not sure what you are referring to but the time and date did not change for me even when I used F9 in Ofice 2007.</description>
		<content:encoded><![CDATA[<p>@Paul, Thanks Paul for your information and the help with macro. I was not sure what you are referring to but the time and date did not change for me even when I used F9 in Ofice 2007.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Robinson</title>
		<link>http://www.lytebyte.com/2007/03/27/shortcut-to-add-current-date-and-time-in-ms-office-word-and-excel/comment-page-1/#comment-25174</link>
		<dc:creator>Paul Robinson</dc:creator>
		<pubDate>Mon, 28 Apr 2008 08:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.lytebyte.com/2007/03/27/shortcut-to-add-current-date-and-time-in-ms-office-word-and-excel/#comment-25174</guid>
		<description>However it is easy to record a macro to do what I want, e.g.

Sub timestamp()
&#039;
&#039; timestamp Macro
&#039; Macro recorded 28/04/2008 by Paul J Robinson
&#039;
    Selection.Fields.Add Range:=Selection.Range, Type:=wdFieldDate
    Selection.TypeParagraph
    Selection.Fields.Add Range:=Selection.Range, Type:=wdFieldTime
    Selection.MoveLeft Unit:=wdCharacter, Count:=3, Extend:=wdExtend
    Selection.Copy
    Selection.PasteAndFormat (wdFormatPlainText)
End Sub</description>
		<content:encoded><![CDATA[<p>However it is easy to record a macro to do what I want, e.g.</p>
<p>Sub timestamp()<br />
&#8216;<br />
&#8216; timestamp Macro<br />
&#8216; Macro recorded 28/04/2008 by Paul J Robinson<br />
&#8216;<br />
    Selection.Fields.Add Range:=Selection.Range, Type:=wdFieldDate<br />
    Selection.TypeParagraph<br />
    Selection.Fields.Add Range:=Selection.Range, Type:=wdFieldTime<br />
    Selection.MoveLeft Unit:=wdCharacter, Count:=3, Extend:=wdExtend<br />
    Selection.Copy<br />
    Selection.PasteAndFormat (wdFormatPlainText)<br />
End Sub</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Robinson</title>
		<link>http://www.lytebyte.com/2007/03/27/shortcut-to-add-current-date-and-time-in-ms-office-word-and-excel/comment-page-1/#comment-25173</link>
		<dc:creator>Paul Robinson</dc:creator>
		<pubDate>Mon, 28 Apr 2008 07:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.lytebyte.com/2007/03/27/shortcut-to-add-current-date-and-time-in-ms-office-word-and-excel/#comment-25173</guid>
		<description>The introduction implies that this can be used to record permanently when an action was taken.  It can&#039;t.  As sson as you press F9, the date and time are recalculated.  What&#039;s the use of that?</description>
		<content:encoded><![CDATA[<p>The introduction implies that this can be used to record permanently when an action was taken.  It can&#8217;t.  As sson as you press F9, the date and time are recalculated.  What&#8217;s the use of that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atul</title>
		<link>http://www.lytebyte.com/2007/03/27/shortcut-to-add-current-date-and-time-in-ms-office-word-and-excel/comment-page-1/#comment-242</link>
		<dc:creator>Atul</dc:creator>
		<pubDate>Thu, 29 Mar 2007 20:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.lytebyte.com/2007/03/27/shortcut-to-add-current-date-and-time-in-ms-office-word-and-excel/#comment-242</guid>
		<description>you have mentioned nice keys shortcuts , can you provide few  special keys shortcuts  related to ms paint .</description>
		<content:encoded><![CDATA[<p>you have mentioned nice keys shortcuts , can you provide few  special keys shortcuts  related to ms paint .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gili</title>
		<link>http://www.lytebyte.com/2007/03/27/shortcut-to-add-current-date-and-time-in-ms-office-word-and-excel/comment-page-1/#comment-233</link>
		<dc:creator>Gili</dc:creator>
		<pubDate>Tue, 27 Mar 2007 17:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.lytebyte.com/2007/03/27/shortcut-to-add-current-date-and-time-in-ms-office-word-and-excel/#comment-233</guid>
		<description>Good idea. Will post some of these from time to time.

regards,
Gili</description>
		<content:encoded><![CDATA[<p>Good idea. Will post some of these from time to time.</p>
<p>regards,<br />
Gili</p>
]]></content:encoded>
	</item>
</channel>
</rss>

