spacebouncer
Board Regular
- Joined
- Feb 7, 2014
- Messages
- 109
I have some code that runs for each shape on a sheet. The code starts with a conditional, checking the name and title of the shape.
The code fails if I have ActiveX objects on the sheet. I'm thinking I could get over this with "On Error..." but I'd rather have use an IF statement and Exit For if its the wrong type. Don't really know the best way to do this.
Advice much appreciated. Thanks
The code fails if I have ActiveX objects on the sheet. I'm thinking I could get over this with "On Error..." but I'd rather have use an IF statement and Exit For if its the wrong type. Don't really know the best way to do this.
Advice much appreciated. Thanks