Giordano Bruno
Well-known Member
- Joined
- Jan 7, 2007
- Messages
- 1,356
I have the following code (Called from another macro)
On Error Resume Next
Addins("ACME").Installed = True
The code stops at the second line with a Run-time eror 9 Subscript out of range.
The file ACME.xlam is visible in the VBA Project window.
Question 1. Why does the code not resume next.
Question 2. Why does the code create an error
I'm using Excel 2007
Any suggestions will be gratefully received.
On Error Resume Next
Addins("ACME").Installed = True
The code stops at the second line with a Run-time eror 9 Subscript out of range.
The file ACME.xlam is visible in the VBA Project window.
Question 1. Why does the code not resume next.
Question 2. Why does the code create an error
I'm using Excel 2007
Any suggestions will be gratefully received.