N
null_port
I have a word (2002 sp3) template I'm creating with a macro in it. The
macro is digitally signed. The macro contains only the following code:
Private Sub Document_Open()
MsgBox "asfasfasfsf"
End Sub
If I save this as a .dot in my user templates, leave it unsigned, and
create an instance of the template, the macro RUNS FINE (macro security
medium of course)
If I just open the template (not an instance, but the template itself),
the signed macro runs fine.
But if I open a new derived document (document n) of the template, but
sign it, the macro does not run (macro security set to any), and if I
try to open it in the vba editor, it only says "Project is unviewable".
The project is NOT protected, btw.
Any suggestions on making digitally signed macros work in templates?
Thx in advance
Noah Gray
macro is digitally signed. The macro contains only the following code:
Private Sub Document_Open()
MsgBox "asfasfasfsf"
End Sub
If I save this as a .dot in my user templates, leave it unsigned, and
create an instance of the template, the macro RUNS FINE (macro security
medium of course)
If I just open the template (not an instance, but the template itself),
the signed macro runs fine.
But if I open a new derived document (document n) of the template, but
sign it, the macro does not run (macro security set to any), and if I
try to open it in the vba editor, it only says "Project is unviewable".
The project is NOT protected, btw.
Any suggestions on making digitally signed macros work in templates?
Thx in advance
Noah Gray