Can I simulate a shape's click event from VBA?

B

ben h

I've come across a problem I can't solve any other way (third-party
add-on with no API).

Is it possible to have a macro simulate a shape double-click? How?

Can I even somehow run the ShapeSheet 'RUNADDON' function directly from VBA?

Cheers,
Ben
 
J

JuneTheSecond

A cup of tee makes me noticed what you meant.
shp.Cells("EventDblClick").Trigger
 
Top