A
appeng
Currently I have a document that hase a line as follows;
Printed by username, on date, at time.
Where the username, date, and time are fields inserted by way of Words menu
Insert > Field.
For the username, I would like to the Windows Login Username rather than the
username from Word.
Can you provide an example of VBA code I can use?
The document currently has the following
Sub FileOpen()
'
Dialogs(wdDialogFileOpen).Show
Selection.Fields.Update
End Sub
We are using both Word 2003 and 2007.
Printed by username, on date, at time.
Where the username, date, and time are fields inserted by way of Words menu
Insert > Field.
For the username, I would like to the Windows Login Username rather than the
username from Word.
Can you provide an example of VBA code I can use?
The document currently has the following
Sub FileOpen()
'
Dialogs(wdDialogFileOpen).Show
Selection.Fields.Update
End Sub
We are using both Word 2003 and 2007.