View Single Post
  #5  
Old February 8th, 2010, 03:17 AM posted to microsoft.public.word.tables
scottalanclymer[_4_]
external usenet poster
 
Posts: 1
Default Time/Date stamps in Word


'Greg Maxey[_2_ Wrote:
;456399']Selection.InsertAfter "The time: " & Format(Time, "h:mm") & _
vbCr & "The time an hour ago: " & _
Format(DateAdd("h", -1, Time), "h:mm") & vbCr & _
"The time an hour from now: " & Format(DateAdd("h", 1, Time),
"h:mm")

ok, that's a little obscure for me. I know my way around Excel, but
Word is a different animal. Is that some kind of programming language?
Cause it's just jibberish to me. Let me put a section of my excel file
here.

http://home.comcast.net/~scottalancl...ent.times.xlsx

It's only 40K. It shows what I'm doing in Excel. I just want a simple
way to do the same thing in Word. Don't know how to apply programming
code in Word.





--
scottalanclymer