View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dan Casey Dan Casey is offline
external usenet poster
 
Posts: 1
Default VBA - Activate a PowerPoint presentation in a specific Excel windo

I am trying to solve a problem where a presentation object is embedded in a
second window within Excel. When I double-click on the object in the second
window, it is activated in the second window. Note that the slide show is set
up to run in a window.

When I attempt to automate via Object.Activate or OLEFormat.Verb, the slide
show always jumps to the first window regardless of the fact that the second
window is the active window.

I am currently using the 2002 version of Office. It would be nice to get it
to work witnin VBA, but no luck so far.