PC Review


Reply
Thread Tools Rate Thread

Copy Charts from Excel worksheet to PowerPoint

 
 
=?Utf-8?B?S291bGxh?=
Guest
Posts: n/a
 
      27th Oct 2006
Hi
I have a workbook contains 3 worksheets. In each worksheet there are 4
charts. I want each chart of each worksheet to be copied to an empty ppt file
(PowerPoint) in a separate slide! So with my case I want at the end to have
12 slides.
How can I do that?
I already open ppt file from Excel. But I dont know how to copy the charts
to the powerpoint
Please help me!
 
Reply With Quote
 
 
 
 
Rob
Guest
Posts: n/a
 
      27th Oct 2006
Hi,

Assuming that you can select each chart ie. the individual 4 on each
worksheet, choose >Edit, >Copy and then switch to PowerPoint. In
PowerPoint, choose >Edit, >Paste Special..., then you have two options, 1.
to paste the chart and not link to Excel or 2. to paste the chart and link
to Excel ie. changes you make in Excel to the data will be reflected in the
PowerPoint slide.

HTH Rob

"Koulla" <(E-Mail Removed)> wrote in message
news:B4540732-76F6-4F3A-B3DE-(E-Mail Removed)...
> Hi
> I have a workbook contains 3 worksheets. In each worksheet there are 4
> charts. I want each chart of each worksheet to be copied to an empty ppt
> file
> (PowerPoint) in a separate slide! So with my case I want at the end to
> have
> 12 slides.
> How can I do that?
> I already open ppt file from Excel. But I dont know how to copy the charts
> to the powerpoint
> Please help me!



 
Reply With Quote
 
=?Utf-8?B?S291bGxh?=
Guest
Posts: n/a
 
      27th Oct 2006
Hi I know this but this is manualy I want to do that from Excel code
Here is my code for open 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)
end sub

I want to do it with code because every week must do that procedure.

"Rob" wrote:

> Hi,
>
> Assuming that you can select each chart ie. the individual 4 on each
> worksheet, choose >Edit, >Copy and then switch to PowerPoint. In
> PowerPoint, choose >Edit, >Paste Special..., then you have two options, 1.
> to paste the chart and not link to Excel or 2. to paste the chart and link
> to Excel ie. changes you make in Excel to the data will be reflected in the
> PowerPoint slide.
>
> HTH Rob
>
> "Koulla" <(E-Mail Removed)> wrote in message
> news:B4540732-76F6-4F3A-B3DE-(E-Mail Removed)...
> > Hi
> > I have a workbook contains 3 worksheets. In each worksheet there are 4
> > charts. I want each chart of each worksheet to be copied to an empty ppt
> > file
> > (PowerPoint) in a separate slide! So with my case I want at the end to
> > have
> > 12 slides.
> > How can I do that?
> > I already open ppt file from Excel. But I dont know how to copy the charts
> > to the powerpoint
> > Please help me!

>
>
>

 
Reply With Quote
 
John Goodfellow
Guest
Posts: n/a
 
      30th Oct 2006
Have a look at this article.
www.peltiertech.com/Excel/XL_PPT.html
--
John G.

"Koulla" <(E-Mail Removed)> wrote in message
news:0ECE70D5-BEF1-4C47-B998-(E-Mail Removed)...
> Hi I know this but this is manualy I want to do that from Excel code
> Here is my code for open 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)
> end sub
>
> I want to do it with code because every week must do that procedure.
>
> "Rob" wrote:
>
>> Hi,
>>
>> Assuming that you can select each chart ie. the individual 4 on each
>> worksheet, choose >Edit, >Copy and then switch to PowerPoint. In
>> PowerPoint, choose >Edit, >Paste Special..., then you have two options,
>> 1.
>> to paste the chart and not link to Excel or 2. to paste the chart and
>> link
>> to Excel ie. changes you make in Excel to the data will be reflected in
>> the
>> PowerPoint slide.
>>
>> HTH Rob
>>
>> "Koulla" <(E-Mail Removed)> wrote in message
>> news:B4540732-76F6-4F3A-B3DE-(E-Mail Removed)...
>> > Hi
>> > I have a workbook contains 3 worksheets. In each worksheet there are 4
>> > charts. I want each chart of each worksheet to be copied to an empty
>> > ppt
>> > file
>> > (PowerPoint) in a separate slide! So with my case I want at the end to
>> > have
>> > 12 slides.
>> > How can I do that?
>> > I already open ppt file from Excel. But I dont know how to copy the
>> > charts
>> > to the powerpoint
>> > Please help me!

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy/Paste Charts; Define Destination of Charts in PowerPoint ryguy7272 Microsoft Excel Programming 2 24th Jan 2008 08:04 PM
copy Excel charts to PowerPoint and Word =?Utf-8?B?Q2VzYXIgQ2FtYXJnb3M=?= Microsoft Excel Programming 3 17th Feb 2007 03:12 PM
Build custom charts in Excel and copy them to PowerPoint =?Utf-8?B?bXVzdGFuZzI1?= Microsoft Excel Programming 6 25th Nov 2006 07:21 PM
Macro to copy Excel charts to existing Powerpoint file fg7@hotmail.com Microsoft Excel Programming 1 18th Sep 2006 08:32 PM
How Do I Copy Excel worksheet from a PowerPoint presentation?? =?Utf-8?B?U3luYmFk?= Microsoft Powerpoint 1 10th Jun 2005 03:20 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:20 AM.