I have an Excel Add-in that works with an Excel Template, and you need to enable macros when opening the workbook to get all the functionality.
I'd like to handle errors encountered when users don't enable macros by displaying a message. Is there a way to check programmatically in VB.Net if the user has selected to enable or disable macros?
Thanks in advance!
I'd like to handle errors encountered when users don't enable macros by displaying a message. Is there a way to check programmatically in VB.Net if the user has selected to enable or disable macros?
Thanks in advance!