Reply
 
Thread Tools Display Modes
  #1   Report Post  
MDavison
 
Posts: n/a
Default Date Smart Tag/Auto Fill

In previosu versions of Word, when a user entered the beginning of a month,
Smart Tag would come up and prompt for the full spelling, then if the user
hit a space after the month, a tag would primpt for the current date. In
Word 2003 - this is no longer happening. I have checked in all the Tools
Options areas, made sure Smart Tags are on; gone to AutoCorrect options and

made sure Date is on on the Smart Tags tab. Still not working.

As anyone else come across this?
-Monica


  #2   Report Post  
Greg
 
Posts: n/a
Default

Monica,

It really isn't associated with SmartTags but rather
ToolsAutocorrectAutoText and check the opiton "show autocomplete tip
for autotext and dates"

This feature is sporadic and often gets the month part OK but breaks
down with the day and year. A good option is to create a date stamp
that you can add quickly with a keyboard shortcut. The following macro
stored in your template can be assigned to a keyboard shortcut to
quickly insert the current date.

Sub DateStamp()
'
' Inserts current date

Selection.InsertDateTime DateTimeFormat:="MMMM" & Chr(160) & "d," &
Chr(160) & "yyyy", InsertAsField:=False
End Sub

  #3   Report Post  
MDavison
 
Posts: n/a
Default

Thanks so much!!
-M


"Greg" wrote in message
ups.com...
Monica,

It really isn't associated with SmartTags but rather
ToolsAutocorrectAutoText and check the opiton "show autocomplete tip
for autotext and dates"

This feature is sporadic and often gets the month part OK but breaks
down with the day and year. A good option is to create a date stamp
that you can add quickly with a keyboard shortcut. The following macro
stored in your template can be assigned to a keyboard shortcut to
quickly insert the current date.

Sub DateStamp()
'
' Inserts current date

Selection.InsertDateTime DateTimeFormat:="MMMM" & Chr(160) & "d," &
Chr(160) & "yyyy", InsertAsField:=False
End Sub



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Why does the original date change upon opening a document? K.Local773 Microsoft Word Help 7 December 16th 04 04:15 PM
How do you fill in two items at once? Alesha Microsoft Word Help 2 December 14th 04 11:19 PM
insert a future date Tim Wallin Microsoft Word Help 10 December 5th 04 12:25 AM
insert a future date Tim Wallin Microsoft Word Help 3 December 4th 04 04:29 PM
How do I creat a diary date in Outlook from a date in a Word Oatsoeasy Microsoft Word Help 1 November 30th 04 11:24 AM


All times are GMT +1. The time now is 04:45 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"