B
Brendan
I have a *.dot file that is setup on our network server for users to access.
The document opens fine but I need to force open a User Form (UserForm1) as
soon as the template opens. Additionally, if I run the template from my
local machine I can get the User Form to open via the below code.
Private Sub Document_Open()
Application.Run MacroName:="goPCDFiller"
End Sub
(1) What code to I need to execute to get the template to open the User form
when it is deployed on a network server?
(2) Also, is there a code available that forces open WORD to view/run the
template because many of our users have “Quick View Plus†installed (which is
fine) but it takes over the *.doc and *.dot files when the user tries to open
one of them.
The document opens fine but I need to force open a User Form (UserForm1) as
soon as the template opens. Additionally, if I run the template from my
local machine I can get the User Form to open via the below code.
Private Sub Document_Open()
Application.Run MacroName:="goPCDFiller"
End Sub
(1) What code to I need to execute to get the template to open the User form
when it is deployed on a network server?
(2) Also, is there a code available that forces open WORD to view/run the
template because many of our users have “Quick View Plus†installed (which is
fine) but it takes over the *.doc and *.dot files when the user tries to open
one of them.