Home > Enterprise >  Why does Excel not trust my code sign signature?
Why does Excel not trust my code sign signature?

Time:07-30

I sign my VBA project inside of my excel workbook with this tutorial because doing it the usual way in the "VBA IDE" inside of Excel it fails: Security warning - Macros

Opening the dialog to get signature details, I get these bits of information.

Signature basic details

Signature advanced details 1/2

Signature advanced details 2/2

What did I miss or what do I have to do so Excel trusts my signature?

CodePudding user response:

Excel does not (unfortunately) automatically trust code-signed files. You have to add the publisher to the list of trusted publishers.

  • Related