How to activate powerpoint shape automatically?

P

Peter Villadsen

Hello

I have a powerpoint slide with a shape that has associated to it an action
to performed when the shape is clicked. I would like to perform this action
from code given the shape. I can fetch the shape and access its
actionsettings, but there is no way to actually perform the action?

' Get the setting I want to invoke
set setting = myShape.ActionSettings.Item(ppMouseClick)

' How can I do actually do the click?
'???

Is there any other way to simulate a click at a particular (x,y) coordinate
on the running presentation?

Hoping for your kind cooperation.

Best Regards

Peter Villadsen

peter_AT_Villadsen.dk
 

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