Word 2002 SP3

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.
 
G

Gary''s Student

Distribute this macro (written for Excel) to each of them and have them run it:

Sub Macro1()
Application.UserName = Environ("UserName")
End Sub
 
D

Dave Peterson

If you don't get an answer in this excel forum, you may want to ask in an MSWord
forum.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top