I want to surpress the security warning about enabling macros when a workbook is opened.
For the code Application.DisplayAlerts = False the user has to clcik enable macros. I do not want the user to be able to click Diable Macros when they open the workbook.
How can I
1. Supress the warning message?
2. Automate/simulate a clcik on the enable macros button when the workbook is opened?
Smiler44
For the code Application.DisplayAlerts = False the user has to clcik enable macros. I do not want the user to be able to click Diable Macros when they open the workbook.
How can I
1. Supress the warning message?
2. Automate/simulate a clcik on the enable macros button when the workbook is opened?
Smiler44