Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, All Experts
I tried run Power Point and paste on it some Charts from excel with this code. Something is wrong and I don't what is. Thanks for your expert advice Sub RunPowerPoint_Automation() Dim PowerApp As PowerPoint.Application Dim PowerPres As PowerPoint.Presentation Set PowerApp = CreateObject("PowerPoint.Application") Set PowerPres = PowerApp.Presentations.Open _ ("C:\PowerTest.ppt") PowerApp.Visible = True PasteCharts Set PowerApp = Nothing End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
link excel charts to web pages and update charts automatically | Charts and Charting in Excel | |||
trouble with excel | Excel Discussion (Misc queries) | |||
Excel trouble | Excel Discussion (Misc queries) | |||
Charts/ Graphs and Dates Trouble | Charts and Charting in Excel | |||
Charts/ Graphs and Dates Trouble | Excel Discussion (Misc queries) |