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
 
Top