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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top