RE: $$Excel-Macros$$ Suppress the Disable Macros / Enable Macros Dialog.

2012-02-29 Thread Asa Rossoff
Hello Mari, To add to the other comments, there is an alternative: Get a code signing certificate from a trusted authority and sign your VBA project. Default trust settings in Excel allow signed code (with a trusted authority) to run. You can verify what trust settings the client uses to ensure

Re: $$Excel-Macros$$ Suppress the Disable Macros / Enable Macros Dialog.

2012-02-28 Thread Paul Schreiner
Here's the issue at hand: If it were possible to do this, evildoers would be able to embed a virus loading macro into otherwise innocent files and post them so that users would download legitimate files and spread their evil. the Enable/Disable prompt is there to at least HELP to stop this. Wh

Re: $$Excel-Macros$$ Suppress the Disable Macros / Enable Macros Dialog.

2012-02-28 Thread dguillett1
Ask yourself if you would want someone to change yours.. Don Guillett SalesAid Software dguille...@gmail.com -Original Message- From: Mari Krishnamoorthi K Sent: Tuesday, February 28, 2012 2:10 PM To: MS EXCEL AND VBA MACROS Cc: mariseka...@hotmail.com Subject: $$Excel-Macros$$ Suppre