Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / March 2007

Tip: Looking for answers? Try searching our database.

How do I automatically insert the date one month from today?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Simon - 06 Mar 2007 06:39 GMT
I need to have the date one month from the current date automatically
inserted into a new document.
macropod - 06 Mar 2007 07:08 GMT
Hi Simon,

To see how to do this, check out my Date Calc 'tutorial', at:
http://www.wopr.com/cgi-bin/w3t/showthreaded.pl?Number=249902

No vba required.

Cheers

Signature

macropod
[MVP - Microsoft Word]
-------------------------

>I need to have the date one month from the current date automatically
> inserted into a new document.
Graham Mayor - 06 Mar 2007 07:09 GMT
http://www.gmayor.com/insert_a_date_other_than_today.htm

Signature

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

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

> I need to have the date one month from the current date automatically
> inserted into a new document.
Doug Robbins - Word MVP - 06 Mar 2007 07:13 GMT
Dim myrange As Range
myrange.Text = Format(DateAdd("M", 1, Date), "MMMM d, yyyy")

Signature

Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

>I need to have the date one month from the current date automatically
> inserted into a new document.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.