date auto complete?

F

Freddy

Office Pro 2007 on XP Pro

When first installed, Word would automatically complete the date for a
letter. Now it does not provide for any automation of this item.

What happened and how do I turn this function back on?

Thank you in advance for the help.
 
G

Greg Maxey

Office Pro 2007 on XP Pro

When first installed, Word would automatically complete the date for a
letter. Now it does not provide for any automation of this item.

What happened and how do I turn this function back on?

Thank you in advance for the help.

Freddy,

That feature is very erratic. Sometime is works and sometimes it
doesn't. I use a date stamp macro assigned to a keyboard shortcut.

Sub DateStamp()
' Inserts current date
Selection.InsertDateTime DateTimeFormat:="MMMM dd, yyyy",
InsertAsField:=False
End Sub

See:
http://word.mvps.org/FAQs/Customization/AsgnCmdOrMacroToHotkey.htm

and

http://www.gmayor.com/installing_macro.htm
 

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

Similar Threads


Top