J
JoAnn
I have a simple macro that executes the following:
Sub SAVE_Quit()
ActiveWorkbook.Save
Application.Quit
End Sub
I assigned it to a toolbar button called "Save List". Whenever I try to run
the macro from the toolbar, I get the "can't find macro error". But I can
successfully run the macro from the Tools > Macro > Macros list.
The sheet is protected but I still get the error when I unprotect it.
The macro is stored in Module 1. I tried moving it to This Workbook or Sheet
1 (in case it was stored in the wrong place) but got the same error.
What am I doing wrong?
Thanks!
Sub SAVE_Quit()
ActiveWorkbook.Save
Application.Quit
End Sub
I assigned it to a toolbar button called "Save List". Whenever I try to run
the macro from the toolbar, I get the "can't find macro error". But I can
successfully run the macro from the Tools > Macro > Macros list.
The sheet is protected but I still get the error when I unprotect it.
The macro is stored in Module 1. I tried moving it to This Workbook or Sheet
1 (in case it was stored in the wrong place) but got the same error.
What am I doing wrong?
Thanks!