View Single Post
  #3   Report Post  
Doug Robbins
 
Posts: n/a
Default

Or have an autonew macro in the template that uses the code

ActiveDocument.Bookmarks("Date").Range.InsertBefor e Format(DateAdd("d", 1,
Date), "MMMM d, yyyy")

and put a bookmark in the template named "Date" at the position where you
want the date to appear.
--
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP
"krbry" wrote in message
...
I am trying to automate an entry in a template I have created, but Word
97-2003 only let you create a switch for entering todays date. You can
update this field, but I need to be able to print a document today with
tomorrows date in this column. Does anyone have any suggestions? I know
that in excel you can create a formula to enter the date + any number you
want . Is there any way to do this in Word?