Word 2002 SP3

  • Thread starter Thread starter Catherine L
  • Start date Start date
C

Catherine L

A colleague created a standard image including an installation of Office Word
2002 SP3. This standard image has been rolled out to the company and now my
colleague has left the company.

When a user logs onto their PC's and clicks Word> Tools>Options>User
Information tab my colleague names appears in error.

We have a few hundred PC's and I wondered if there was a quick way of
changing the name in the User Information tab to reflect the person that is
actually logged onto the PC rather than the name of my colleague who has left
the company.

Thank you for your help. Kind regards. Catherine L.
 
Distribute this macro (written for Excel) to each of them and have them run it:

Sub Macro1()
Application.UserName = Environ("UserName")
End Sub
 
If you don't get an answer in this excel forum, you may want to ask in an MSWord
forum.
 
Back
Top