I am trying to open and close some custom menus - when I run the following, I get the error message below:
Private Sub Workbook_BeforeClose()
Application.Toolbar("Test".Delete
End Sub
Compile Error:
Procedure Delcaration does not match description of event or procedure having the same name
What does this mean?
Thanks-
-Dan
Private Sub Workbook_BeforeClose()
Application.Toolbar("Test".Delete
End Sub
Compile Error:
Procedure Delcaration does not match description of event or procedure having the same name
What does this mean?
Thanks-
-Dan