Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to open a power point file with the following code but it's always
giving me an error on the last line. Somebody knows? Sub openppt() Dim Brocoli As Object Dim Potato As Object Dim carot As String carot = "C:\random folder\open me.ppt" Set Brocoli = CreateObject("powerpoint.Application") Brocoli.Visible = True Set Potato = Brocoli.documents.Open(Filename:=carot) End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can't open PowerPoint files | Excel Discussion (Misc queries) | |||
How do I stop automatic virus scan when I open powerpoint file? | Excel Discussion (Misc queries) | |||
How to open Excel file from PowerPoint? | Excel Programming | |||
How can I open an xls file in office powerpoint? | Excel Discussion (Misc queries) | |||
i received a file that reads powerpoint document file file exten. | Excel Discussion (Misc queries) |