Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Nick! This looks easy. Will try it out.
Eddy "NickHK" wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calling a sub | Excel Programming | |||
calling C# DLL from VBA | Excel Programming | |||
Calling an XLL from VB? | Excel Programming | |||
Calling a Sub from another | Excel Programming | |||
Need Help using/calling a DLL | Excel Programming |