M
Maurene Garza
We are using Word 2000, no startup switches, on NT4
desktops.
I have one user who reports that when she runs templates
that contain macros, the templates simply open instead of
run.
My best guess is that the vba code is just not running.
It's not a case of her opening/running the templates
incorrectly.
Also, if she closes and reopens Word, they start working
again.
An example is a template that contains this code:
Sub AutoNew()
ActiveDocument.FollowHyperlink
("http://xxx.xxx.com/forms/filereq.asp")
ActiveDocument.Close
Documents.Add DocumentType:=wdNewBlankDocument
ActiveDocument.Activate
ActiveDocument.Close
End Sub
But this is just an example; another template contains a
user form and does something completely different.
Of course I cannot find anything in the kbase that
applies. I have absolutely no idea what would cause this,
or even what to investigate.
desktops.
I have one user who reports that when she runs templates
that contain macros, the templates simply open instead of
run.
My best guess is that the vba code is just not running.
It's not a case of her opening/running the templates
incorrectly.
Also, if she closes and reopens Word, they start working
again.
An example is a template that contains this code:
Sub AutoNew()
ActiveDocument.FollowHyperlink
("http://xxx.xxx.com/forms/filereq.asp")
ActiveDocument.Close
Documents.Add DocumentType:=wdNewBlankDocument
ActiveDocument.Activate
ActiveDocument.Close
End Sub
But this is just an example; another template contains a
user form and does something completely different.
Of course I cannot find anything in the kbase that
applies. I have absolutely no idea what would cause this,
or even what to investigate.