I am writing a program that executes a macro after pressing a button.
The code depends on the selection of the drop down box, however I do not want to run any macros after changing the drop down box.
I get this message:
Cannot run the macro "Test.xlsm'!DropDown22_Change" The macro may not be available in this workbook or all macros may be disabled.
How can I disable this attempt to run a macro after I change the selection?