Thank you for your reply. My security setting is high. I had previously
created a digital signature and assigned it to the VBA project, but I am
still having the same problem. You mentioned "signature accepted by the
user." I don't know what this means. Perhaps I have missed something else
that needs to be done?
> Thank you for your reply. My security setting is high. I had previously
> created a digital signature and assigned it to the VBA project, but I am
> still having the same problem. You mentioned "signature accepted by the
> user." I don't know what this means. Perhaps I have missed something else
> that needs to be done?
With a signed template, the first time the user opens the template, he is
prompted to trust the certificate and therefore allow the VBA code to run.
If the certyificate is not accepted, then the code will not run.

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
singeredel - 16 Feb 2005 03:19 GMT
Thanks for your input. I think I have finally figured out that you have to
open the template (.dot) file in the document editing window and go to
Tools-Options-Security and assign the digital certificate and then save the
template. I had assigned the certifcate to the Project in the VB Editor,
which apparently had no effect on my template stored in that Project. I am
not clear as to what the digital certificate assigned to the Project is for.
I could sure use a good handbook for the layperson to use VBA. I had "Word 97
Macro & VBA Handbook" but have nothing for Word 2003.
Thanks again...
> > Thank you for your reply. My security setting is high. I had previously
> > created a digital signature and assigned it to the VBA project, but I am
[quoted text clipped - 5 lines]
> prompted to trust the certificate and therefore allow the VBA code to run.
> If the certyificate is not accepted, then the code will not run.