Quote:
Originally Posted by macropod
Simple:
Code:
Dim sField As Field
Set sField = ActiveDocument.Fields.Add(Selection.Range, wdFieldDate, _
"\@ ""yyyy/MM/dd ddd, HH:mm:ss"" \* Upper", False)
|
Thanks for that. Yes, it's as simple as that.
But I wonder why after it runs and I edit the field, Word hangs (Not responding).