Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an excel macro in which I would like to open a powerpoint presentation
based upon a selection made in a drop-down box. The code I have so far is below, I just don't know how to tell excel how to open the presentation. Thanks. Private Sub Business_Plan_Change() Workbooks.Open Filename:="F:\Reports\" & Business_Plan.Value & ".ppt" End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel problem with editing in a PowerPoint Presentation | Excel Discussion (Misc queries) | |||
can I merge data from Excel document into PowerPoint presentation | Excel Discussion (Misc queries) | |||
How do I insert an Excel file into a PowerPoint Presentation slid. | Excel Worksheet Functions | |||
How do I insert an Excel file into a PowerPoint Presentation slid. | Excel Discussion (Misc queries) | |||
Creating a powerpoint presentation from MS-Excel | Excel Programming |