Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Activate OLE object with VBA?

113 views
Skip to first unread message

Christian Atteneder

unread,
Sep 2, 1999, 3:00:00 AM9/2/99
to
Hi!

Anyone knows a VBA command to "activate" (like double click) not select a
OLE object (chart) in a PP 97 presentation?

Any help is appreciated!

Christian Atteneder


Dixi

unread,
Sep 3, 1999, 3:00:00 AM9/3/99
to
You use the OLEFormat object of the shape.

For example

ActivePresentation.Slides(1).Shapes(1).OLEFormat.Activate

or to invoke a particular verb use something along the lines of

ActivePresentation.Slides(1).Shapes(1).OLEFormat.DoVerb(2)


Christian Atteneder <at...@eunet.at> wrote in message
news:7qmkh2$fmj$1...@fleetstreet.Austria.EU.net...

0 new messages