Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Glenn!
I think next code works. Sub DrivePresentation() Dim MyPowerPoint As Object Dim MyPresentation As Object Dim myPath As String myPath = Application.ActiveWorkbook.Path myPath = myPath & "\" Application.ActivateMicrosoftApp xlMicrosoftPowerPoint Set MyPowerPoint = CreateObject("PowerPoint.Application") MyPowerPoint.Visible = True Set MyPresentation = MyPowerPoint.presentations.Open(myPath & "Dias.ppt") With MyPresentation.SlideShowSettings .ShowType = ppShowTypeSpeaker .Run End With End Sub Regards Kari J Keinonen |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel-Powerpoint | Charts and Charting in Excel | |||
excel to powerpoint | Excel Worksheet Functions | |||
Excel and Powerpoint | Excel Programming | |||
excel, powerpoint | Excel Discussion (Misc queries) | |||
Excel to powerpoint | Excel Programming |