Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi I have 1 workbook which contains 4 sheets. Each sheet has 2 charts and I
want all that charts in each sheet to copy them or export them to powerpoint. I want to do that by VBA Excel Code. I already have my code for opening the specific ppt file. But I cannot transfer/copy/export the charts. Is there any help please? I put my code for opening the ppt file. Sub openppt() Dim Brocoli As Object Dim Potato As Object Dim carot As String carot = "C:\Test\THIS IS A TEST.ppt" Set Brocoli = CreateObject("powerpoint.Application") Brocoli.Visible = True Set Potato = Brocoli.Presentations.Open(Filename:=carot) Call copycharts End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Linking an object in power point to a excel worksheet | Excel Discussion (Misc queries) | |||
pie charting through excel, using power point | New Users to Excel | |||
Copy CHarts using a MACRO | Charts and Charting in Excel | |||
Copy multiple charts from Excel to Power Point | Charts and Charting in Excel | |||
Individual labels to data point in Excel charts | Charts and Charting in Excel |