error message from lost certificate

B

brian

hello,
quick question about VBA and certificates.
we have signed a bunch of documents with a certificate. the certificate has
expired. and now we are running a batch job on some groups of documents
that have been signed. when running the batch job we are getting message
boxes for each documet:
"there was a problem with the digital certificate. the vba project could
not be signed. the signature will be discarded."

loosing the cert if fine. i would like to know if we can turn off this
message. so the batch jobs can run uninterrupted? something in word
settings? something in the registry?

thanks for any help
 
D

Dawn Crosier

Try turning your macro security level down to low.

--
Dawn Crosier
Microsoft MVP
"Education Lasts a Lifetime"

This message is posted to a newsgroup. Please post replies and
questions to the newsgroup so that others can learn as well.
 
B

brian

yea, tried that. but the message box still comes up.
i have tries all 4 macro security levels.
plus some of the word options
i still get the message box coming up

also in my code when i save the document i looked for a silent save. but
nothing would work.

is there ay way to stop this message box?
 
C

Cindy M -WordMVP-

Hi Brian,

The only possibility of which I'm aware that COULD help would be to set
DisplayAlerts on the Application object. That doesn't suppress all message
boxes, however.
quick question about VBA and certificates.
we have signed a bunch of documents with a certificate. the certificate has
expired. and now we are running a batch job on some groups of documents
that have been signed. when running the batch job we are getting message
boxes for each documet:
"there was a problem with the digital certificate. the vba project could
not be signed. the signature will be discarded."

loosing the cert if fine. i would like to know if we can turn off this
message. so the batch jobs can run uninterrupted? something in word
settings? something in the registry?

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top