PC Review


Reply
Thread Tools Rate Thread

how to create a timeline in word 2003

 
 
claire
Guest
Posts: n/a
 
      20th Feb 2008
any ideas?
 
Reply With Quote
 
 
 
 
Graham Mayor
Guest
Posts: n/a
 
      20th Feb 2008
The following macro will insert the current time at the cursor. Whatever
else you do with the document is a matter for you

Sub InsertTimeLowerCase()
With Selection
.Collapse Direction:=wdCollapseStart
.InsertAfter Format(Time(), "h:mm" & Chr(160) & "am/pm")
.Collapse Direction:=wdCollapseEnd
End With
End Sub

http://www.gmayor.com/installing_macro.htm

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

claire wrote:
> any ideas?



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to create a timeline help Microsoft Word Document Management 1 21st Mar 2009 11:05 AM
How do I create a timeline table in Excel 2003? Dirk Microsoft Excel Misc 0 28th Oct 2008 03:18 PM
How to create a timeline in Outlook 2003? =?Utf-8?B?c3JwZA==?= Microsoft Outlook Discussion 2 13th Jun 2006 02:56 PM
How do I create a timeline? =?Utf-8?B?amFuZQ==?= Microsoft Access Queries 1 29th May 2005 04:40 PM
Create timeline of when a word file has changes save =?Utf-8?B?YW5kbw==?= Microsoft Word Document Management 2 11th Dec 2004 08:15 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:33 PM.