Digitally Sign Macro's

MGumbrell

Registered User.
Local time
Today, 15:44
Joined
Apr 22, 2005
Messages
129
I had previously set up a self certificate for signing macros however my machine has been upgraded to 2003 and it now states that the certificate is untrusted.

What do I need to do to enable this certificate again or do I need to create a new one and if so how.

Regards, Matt
 
Howdy. Keep in mind that self-certificate is not really any for of security. Three ways:

1. For an unauthorized certificate, run Selfcert.exe which is stored in the registry.

2. If you work for a company your IT may have a group certification authority (network admin, perhaps)

3. Buy an authenticated certificate from VeriSign.

To sign a VBA project, do the following:

1. Open file

2. Go into VBA Editor (ALT + F11)

3. Go to Project Explorer (CTRL + R) and select the project/file to sign

4. Tools > Digital Signatures > Choose
________
F2001
 
Last edited:
Thank you

Regards, Matt
 

Users who are viewing this thread

Back
Top Bottom