Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to open a powerpoint file from excel
without having powerpoint open first? Thanks, Julie |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub OpenPowerPntDoc(
Dim PwrPnt As Object, Pres As Objec On Error Resume Nex Set PwrPnt = GetObject(, "PowerPoint.Application" If Err.Number Then Set PwrPnt = CreateObject("PowerPoint.Application" On Error GoTo PwrPnt.Visible = Tru ' us this line to open a specific Pressentation file, where MyFilePath = File path & Name, i.e "C:\Pres.ppt Set Pres = PwrPnt.Presentations.Open(MyFilePath End Su ----- Julie wrote: ---- Is there a way to open a powerpoint file from excel without having powerpoint open first Thanks Juli |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Resolve Error in opening Excel File zip file from a CD? | Excel Discussion (Misc queries) | |||
opening a file in Excel starts application but dose not open file | Excel Discussion (Misc queries) | |||
Opening file in Excel 2003 opens multipule instances of same file | Excel Discussion (Misc queries) | |||
opening an excel file opens a duplicate file of the same file | Excel Discussion (Misc queries) | |||
"Unable to read file" error message when opening a Excel file that contains a PivotTable report. | Charts and Charting in Excel |