Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Macro Help

Status
Not open for further replies.

smartrider

Programmer
Apr 18, 2003
21
US
I have a piece of code that I need to send to other computers.My boss told me to create a macro that the user can run and the code will be added to their Normal.dot.

Can anyone help on this ?

Please, Thanks.
 
Well - This is not for virus. its for a workplace with 50 computers.
 
If you add this to Normal.dot, all documents that they will create, will contain this macro.
 
That is what is needed. I have created a small toolbar on Word and I want to send to all the users. I am new at my job and my boss asked me to use that method and I don't know how to do it.
Please help me - I will appreciate it.

This is the piece of code

'Calling the Author Form from SSF.dot template
Sub ShowAuths1()
Application.Templates.Application.AddIns.Add("X:\Staff Folders\HemanDat\Public\Templates\SSF.dot").Installed = True
Application.Run ("ShowAuths")
End Sub


Please help
Thanks

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top