W
William Benson
I have a command button on Sheet1
the click event says
application.run "personal.xls!OtherMacro"
The called macro is in a code module named "MyModule" in personal.xls. It is
declared as
Sub OtherMacro()
I am getting an application error every time the click event fires, any
ideas? TIA ... Bill
the click event says
application.run "personal.xls!OtherMacro"
The called macro is in a code module named "MyModule" in personal.xls. It is
declared as
Sub OtherMacro()
I am getting an application error every time the click event fires, any
ideas? TIA ... Bill