How do I get date to automatically enter in Word?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I type Sept and Word finishes September. I space and the rest of the date
doesn't show up. I have to type the day and year. How do I fix this in Word
2003? I've looked in autotext. It works on my home machine but not on my
networked classroom machines.
 
Teach35,

You can't. It is just the way of the Word ;-). Sometimes that feature
works and sometimes it doesn't.

I use a date stamp macro assigned to keyboard shortcut ALT+SHIFT+D


Sub DateStamp()

' Inserts current date

Selection.InsertDateTime DateTimeFormat:="MMMM dd, yyyy",
InsertAsField:=False
End Sub
 
I've encountered the same problem. Sometimes I need to press the
Backspace to remove the space and type the space again before the
AutoComplete tip displays.

--
Please post all follow-up questions to the newsgroup. Requests for
assistance by email can not be acknowledged.

~~~~~~~~~~~~~~~
Beth Melton
Microsoft Office MVP

Word FAQ: http://mvps.org/word
TechTrax eZine: http://mousetrax.com/techtrax/
MVP FAQ site: http://mvps.org/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top