PC Review


Reply
 
 
FGM
Guest
Posts: n/a
 
      29th Sep 2008
I am using excel to send charts to powerpoint. I can send it to a new
powerpoint with:
Set xlapp = Excel.Application
Set xlwb = xlapp.ActiveWorkbook
Set pptapp = New PowerPoint.Application
pptapp.Visible = True
Set pptpres = pptapp.Presentations.Add

However, I want to open an existing power point and wonder if it has a
dialog method as excel does:
Set xlapp = Excel.Application
sFilename = xlapp.GetOpenFilename("xls (*.xls),*.xls")
Set xlwb = xlapp.Workbooks.Open(sFilename)

Thanks for any help you can give me.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copying Dialog appears over Confirm File Replace dialog theclyde Windows Vista General Discussion 1 13th Jun 2007 12:16 AM
Open some dialog boxes and the mouse cursor moves to one of the dialog buttons **Developer** Microsoft VB .NET 8 21st Aug 2005 07:36 PM
Modeless Dialog calls Modal Dialog. Hide causes application to lose focus. Tom Clement Microsoft Dot NET Framework Forms 3 27th Jun 2005 09:44 AM
How-to exit button click event of ( C#) modal dialog without exiting dialog? Lew Barnesson Microsoft Dot NET Framework Forms 3 2nd Jun 2005 11:03 PM
VS2003 Setup projects custom dialog or dialog with combobox =?Utf-8?B?QWxleGV5IFlha292bGV2?= Microsoft Dot NET 0 18th Feb 2005 03:19 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:59 AM.