Hello,
I just renamed a sub procedure in a VB macro from "Sub DropDowns()" to "Sub ProbeSelect()". The macro is written to control a series of Form Control Combo Boxes (hence the name DropDowns) that were embedded in the worksheet (not on a Userform) but I changed a few of the Combo Boxes to Form Control List Boxes so I felt like the Sub procedure name ought to be changed to something more appropriate. Any, that was a mistake because now the macro won't run.
I get a pop up in the workbook that says:
"Cannot run macro WorkbookFileName.xlsm'!DropDowns'. The macro may not be available in this workbook or all macros may have been disabled."
I can change the Sub procedure back to the original name and it goes back to working fine. I'll give up on this if it's too complicated and keep the original name but if there is an easy fix please let me know.
Thank you.
I just renamed a sub procedure in a VB macro from "Sub DropDowns()" to "Sub ProbeSelect()". The macro is written to control a series of Form Control Combo Boxes (hence the name DropDowns) that were embedded in the worksheet (not on a Userform) but I changed a few of the Combo Boxes to Form Control List Boxes so I felt like the Sub procedure name ought to be changed to something more appropriate. Any, that was a mistake because now the macro won't run.
I get a pop up in the workbook that says:
"Cannot run macro WorkbookFileName.xlsm'!DropDowns'. The macro may not be available in this workbook or all macros may have been disabled."
I can change the Sub procedure back to the original name and it goes back to working fine. I'll give up on this if it's too complicated and keep the original name but if there is an easy fix please let me know.
Thank you.