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
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...