Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.newusers
TOOLINER TOOLINER is offline
external usenet poster
 
Posts: 2
Default I keep a diary in MS Word & want to do date automatically.

I keep a daily diary and find it time consuming to write the date. So far I
have written dates for the whole month ahead but it takes a lot of time.
Also I have an automatic date feature set but I don't like the format. All
attempts to change it to the format I like have failed. I have tried under
insert, date and time. The format I like is available in my MS Word version
so that is not the problem.
  #2   Report Post  
Posted to microsoft.public.word.newusers
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default I keep a diary in MS Word & want to do date automatically.

What format would you like? the format is set with a formatting switch.
However for a running diary you could insert the date with a simple macro
attached to a keyboard shortcut or toolbar button
http://www.gmayor.com/installing_macro.htm

eg

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

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

If you would prefer some other layout it is not difficult to change it. For
superscripted ordinals the code gets a bit more complicated - see the
relevant section at http://www.gmayor.com/formatting_word_fields.htm

--

Graham Mayor - Word MVP

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


TOOLINER wrote:
I keep a daily diary and find it time consuming to write the date.
So far I have written dates for the whole month ahead but it takes a
lot of time. Also I have an automatic date feature set but I don't
like the format. All attempts to change it to the format I like have
failed. I have tried under insert, date and time. The format I like
is available in my MS Word version so that is not the problem.



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
Word 97 in Windows XP to maintain formatting Charlie''s Word VBA questions Microsoft Word Help 22 May 20th 23 08:51 PM
Why dont MS just f**king re-write Word from scratch? Its dogsh*t Word Hater Microsoft Word Help 33 May 5th 23 02:52 PM
I am having difficulty with deleting headers and footers LHD New Users 5 July 24th 06 01:44 AM
Change paper size; Word changes to invalid margins OhioTech New Users 10 July 6th 06 02:00 PM
hard space between words. Sandy L Microsoft Word Help 7 May 5th 06 08:25 PM


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