Kelvin Stott
Active Member
- Joined
- Oct 26, 2010
- Messages
- 338
In some versions of Excel the prompt/option to enable macros is not very visible, therefore I would like to add a more visible reminder within my Excel document to enable macros if they are currently disabled.
Is there any simple function or formula I could add within a cell that will display a given text message, depending on whether macros are currently enabled or disabled? In other words, is there some kind of macro status function, for example:
=IF(MACROS()=TRUE,"Macros are enabled","Please enable macros now")
Any help would be appreciated, thanks!
Is there any simple function or formula I could add within a cell that will display a given text message, depending on whether macros are currently enabled or disabled? In other words, is there some kind of macro status function, for example:
=IF(MACROS()=TRUE,"Macros are enabled","Please enable macros now")
Any help would be appreciated, thanks!