Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
BARRY BARRY is offline
external usenet poster
 
Posts: 64
Default Stop the date being automatically changed in Word 2007

When I type a date word tries to change it to a format that I do not want.

If I go to "Insert/Date and Time", set the format they way I want and then
select default to use this format for the default, it only works the once.

When I again type a date it tries to insert the format I do not want.
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Stop the date being automatically changed in Word 2007

You could always use a macro to insert the date in any format you like eg

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

or

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


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

If you want superscripted ordinals it is a bit more complicated, but not
impossible - see http://www.gmayor.com/formatting_word_fields.htm

or you could pick your date from a calendar
http://www.gmayor.com/popup_calendar.htm

--

Graham Mayor - Word MVP

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



Barry wrote:
When I type a date word tries to change it to a format that I do not
want.

If I go to "Insert/Date and Time", set the format they way I want and
then select default to use this format for the default, it only works
the once.

When I again type a date it tries to insert the format I do not want.



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
BARRY BARRY is offline
external usenet poster
 
Posts: 64
Default Stop the date being automatically changed in Word 2007

Thanks for this Graham, it is one way round this problem.

I may get other problems that require me chaging autocomplete options so I
would still like to know how.

Barry

"Graham Mayor" wrote:

You could always use a macro to insert the date in any format you like eg

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

or

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


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

If you want superscripted ordinals it is a bit more complicated, but not
impossible - see http://www.gmayor.com/formatting_word_fields.htm

or you could pick your date from a calendar
http://www.gmayor.com/popup_calendar.htm

--

Graham Mayor - Word MVP

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



Barry wrote:
When I type a date word tries to change it to a format that I do not
want.

If I go to "Insert/Date and Time", set the format they way I want and
then select default to use this format for the default, it only works
the once.

When I again type a date it tries to insert the format I do not want.




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
Can I Insert a date that will automatically update when opened to 1MONTH FROM CURRENT DATE? Dori New Users 2 February 21st 08 10:22 PM
when merging how do I stop the date being changed into US fomat dicky3315 Microsoft Word Help 2 February 26th 07 08:05 AM
How do I stop the date being updated automatically? Emma Microsoft Word Help 1 September 14th 05 10:27 AM
stop date updating automatically Tim New Users 1 March 1st 05 11:30 PM
How do I stop the DATE field from automatically updating each tim. Southern Rivers Microsoft Word Help 2 January 25th 05 11:22 PM


All times are GMT +1. The time now is 07:58 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"