Thread: VBA calling ppt
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default VBA calling ppt

Eddy,
Record a macro in PowerPoint for these action.
Transfer the code to Excel, using the PPTApp object:
Dim PPTApp as powerpoint.application

Set PPTApp = new powerpoint.application

with pptapp
... you recorded and corrected code here
end with

NickHK

"Eddy" wrote in message
...
Is there a VBA in Excel that opens a Powerpoint file (master file that

links
into Excel files), does the links automatically, break the links (to

retain
the values and charts) and save the ppt file as a Pastevalue version ppt?

Cheers
Eddy