Ark68
Well-known Member
- Joined
- Mar 23, 2004
- Messages
- 4,564
- Office Version
- 365
- 2016
- Platform
- Windows
I have a macro embedded shape ("Group 12") on my worksheet that I wish to code to disable the macro associated to it.
I know I have to use the Shape.OnAction property, but I'm unsure on the code to apply it to the shape.
The line in red is clearly wrong.
I know I have to use the Shape.OnAction property, but I'm unsure on the code to apply it to the shape.
Rich (BB code):
With Activesheet
shape.group 12.onaction = ""
End With
The line in red is clearly wrong.