Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
winword - date question
Name: fight Date: June 15, 2006 at 01:29:19 Pacific OS: windows xp CPU/Ram: p4/512 Product: intel
Comment:
I am inputting a "date" field in a word document but i need it to set it to tomorrow rather than today during editting. Apart from change the Time and Date in Control Panel, is there a way i could do this so that it will update the date automatically to tomorrow's date
Name: rhawk7938 Date: June 17, 2006 at 10:58:37 Pacific
Reply:
Click tools, macro, visual basic editor. In the left pane double click ThisDocument, and paste this code in the right pane. Save and close the editor. Save and close your document. When you open this document it will insert the date plus 1 day.
Private Sub Document_Open()
Dim FirstDate As Date Dim IntervalType As String Dim Number As Integer
Name: fight Date: June 20, 2006 at 23:33:18 Pacific
Reply:
thanks rhawk,
this is what i wanted ..but could u tell me how to change the date format to "Wednesday, 21 July, 2006" and also i need to locate in the middel of the page many thanks
Summary: On one of my spreadsheets in excel (word 2k Pro) the date has changed to string of numbers, if I select the cell the correct date displays in the formula bar, how can I get the date to display? I trie...
Summary: In the Outlook Today page, there is a section for my "tasks". they are all listed correctly, but they don't have the correct due date in brackets after them, in fact they are all one day early. Is thi...