Testing for Digital Certificate in VBA Project Programmatically

B

Barb Reinhardt

Is there some way to test to see if a digital certificate is in a VBA project
programmatically. I have hundreds of docs to test and don't want to manually
open and check them all.

Thanks,
Barb Reinhardt
 
J

JLGWhiz

Hi Barb, check out the Signature Object in the VBA help file. It should give
you what you need.
 
Top