Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default VBA calling ppt

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   Report Post  
Posted to microsoft.public.excel.programming
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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default VBA calling ppt

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calling a sub BOBODD Excel Programming 1 November 28th 06 10:21 PM
calling C# DLL from VBA Paul Excel Programming 3 November 4th 06 07:29 PM
Calling an XLL from VB? Maury Markowitz Excel Programming 7 October 19th 06 02:43 PM
Calling a Sub from another shashi1515[_4_] Excel Programming 5 February 4th 06 03:57 AM
Need Help using/calling a DLL Trip[_3_] Excel Programming 1 January 9th 06 01:36 PM


All times are GMT +1. The time now is 08:28 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"