PC Review


Reply
Thread Tools Rate Thread

Copy chart and paste it as a PICTURE back into Excel

 
 
AC
Guest
Posts: n/a
 
      5th Jun 2009
Hi

Is there a way to copy a chart, and then paste (special) it as a
picture back into Excel. It always pastes it back as a chart.

Currently I can copy an excel chart and paste it into Word as a
picture, then I copy it back out of Word and into Excel again. I want
to do it as a single step.

Perfectly acceptable alternate option would be knowing how to export a
chart to file as a picture, and then my code could read that pic back
in.

Thanks in advance
Andy C
 
Reply With Quote
 
 
 
 
Tim Williams
Guest
Posts: n/a
 
      5th Jun 2009
Try this

Tim

'**************
ActiveSheet.ChartObjects("Chart 1").Chart.CopyPicture _
Appearance:=xlPrinter, Size:=xlScreen, Format:=xlPicture

ActiveSheet.Range("E27").Select
ActiveSheet.Paste




"AC" <(E-Mail Removed)> wrote in message
news:f0f6f378-d109-423e-ac4b-(E-Mail Removed)...
> Hi
>
> Is there a way to copy a chart, and then paste (special) it as a
> picture back into Excel. It always pastes it back as a chart.
>
> Currently I can copy an excel chart and paste it into Word as a
> picture, then I copy it back out of Word and into Excel again. I want
> to do it as a single step.
>
> Perfectly acceptable alternate option would be knowing how to export a
> chart to file as a picture, and then my code could read that pic back
> in.
>
> Thanks in advance
> Andy C



 
Reply With Quote
 
Shane Devenshire
Guest
Posts: n/a
 
      5th Jun 2009
Hi,

Select the chart
Hold down the Shift key and choose Edit, Copy Picture...
A simple paste will do the trick at that point.

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"AC" wrote:

> Hi
>
> Is there a way to copy a chart, and then paste (special) it as a
> picture back into Excel. It always pastes it back as a chart.
>
> Currently I can copy an excel chart and paste it into Word as a
> picture, then I copy it back out of Word and into Excel again. I want
> to do it as a single step.
>
> Perfectly acceptable alternate option would be knowing how to export a
> chart to file as a picture, and then my code could read that pic back
> in.
>
> Thanks in advance
> Andy C
>

 
Reply With Quote
 
mikebres
Guest
Posts: n/a
 
      6th Jun 2009
You could try using the camera tool.

http://www.processtrends.com/pg_charts_camera_tool.htm


"AC" wrote:

> Hi
>
> Is there a way to copy a chart, and then paste (special) it as a
> picture back into Excel. It always pastes it back as a chart.
>
> Currently I can copy an excel chart and paste it into Word as a
> picture, then I copy it back out of Word and into Excel again. I want
> to do it as a single step.
>
> Perfectly acceptable alternate option would be knowing how to export a
> chart to file as a picture, and then my code could read that pic back
> in.
>
> Thanks in advance
> Andy C
>

 
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
Excel 2007 'Copy as Picture' doesn't paste at 100% Nick G Microsoft Excel Programming 1 4th Apr 2011 10:45 AM
Copy chart and paste it as a PICTURE back into Excel AC Microsoft Excel Discussion 3 6th Jun 2009 07:51 AM
Copy and Paste Chart as Picture into another workbook or worksheet =?Utf-8?B?U3RldmVD?= Microsoft Excel Charting 1 15th Feb 2007 11:47 PM
copy then paste a chart as a picture =?Utf-8?B?Qmlu?= Microsoft Excel Programming 1 17th Jun 2005 05:56 AM
copy charts & paste as picture, hide chart, size & place same picture as chart Gunnar Johansson Microsoft Excel Programming 3 30th Oct 2004 02:32 PM


Features
 

Advertising
 

Newsgroups
 


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