Eelco has attended:
Excel VBA Intro Intermediate course
VBA for Excel
is there a method to warn the user about the fact that macros may be blocked if his security is too high, and what he should do to allow macros?
RE: VBA for Excel
Hi Eelco
If Excel Security system is set to High then when you open a workbook with macros the system will warn you imediately.
To allow macros the user needs to:
1. Open the Tools and select Macros
2. In the Macros menu click Security
3. In the Security dialog box select Medium. (This warns the user if macros are present in the workbook)
4. Click OK
Reopen the workbook with macros and in the security warning click "Enable Macros"
Hope this helps
Carlos