-
Notifications
You must be signed in to change notification settings - Fork 0
5. Deployment
melbawab edited this page Sep 10, 2014
·
7 revisions
In sum, a VBA or macro developer writes his/her code once and deploys it for the end‐users’ machines regardless of their different Excel installations.
- Save your work in a macros‐enabled Excel spreadsheet file.
- In , change the macros security settings to allow your code to run.
- Why? Although, all NumXL VBA add‐ins are digitally signed, your VBA code/macros are not.
- Don’t like that? Request a code signing certificate from a trusted publisher (e.g. VeriSign, Comodo, etc.), install it and sign your VBA code.