View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mona-ABE Mona-ABE is offline
external usenet poster
 
Posts: 2
Default VBA to Adjust an Excel Chart Embedded into PPT while in SlideShow

I have used VBA within PowerPoint to program a LINKED Excel pie chart to
change after variables in a user input form are applied in SlideShow mode.
This requires any presenter to always have the ppt doc and the xls doc for
the programming to work in presentation mode.

In order to avoid the use of 2 separate docs, is there a way to update an
EMBEDDED Excel pie chart programmatically without ever leaving slideshow mode
in PPT? I've found info on doing it in slide or notes view, but not in show
mode.
--
Thanks for your help!
Mona-ABE