Giordano Bruno
Well-known Member
- Joined
- Jan 7, 2007
- Messages
- 1,322
I have a workbook called CATS-01.xls. It contains a macro called Rect13.
I have saved the workbook as a .xla. In another workbook I have a macro with the following line:
Application.Run ("CATS-01.xla!Rect13").
I have added CATS-01 to my list of Add-Ins, but the above line fails with the message:
Run time error '1004':
The macro 'CATS-01.xla!Rect13'
CATS-01 is visible in the project window and the macro Rect13 is there also.
Is anyone able to suggest the source of the error?
I have saved the workbook as a .xla. In another workbook I have a macro with the following line:
Application.Run ("CATS-01.xla!Rect13").
I have added CATS-01 to my list of Add-Ins, but the above line fails with the message:
Run time error '1004':
The macro 'CATS-01.xla!Rect13'
CATS-01 is visible in the project window and the macro Rect13 is there also.
Is anyone able to suggest the source of the error?