Add export graph function to Excel (e.g. jpg, eps, wmf)

G

Guest

There needs to be an export function in Excel that allows graphs (charts) to
be exported to other media as image (bmp, jpg, tiff, gif) or vector files
(dxf, eps, pict, wmf). The quality of the current copy/paste files is poor,
and the copies image is still linked, ,therefore manipulation in other
programs is difficult.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...24e07da217&dg=microsoft.public.excel.charting
 
A

Andy Pope

Hi,

Select the chart and then whilst holding the shift key use the menu Edit
Copy Picture.

Or via vba code the chart has an export method.
e.g.
Worksheets("Sheet1").ChartObjects(1).Chart.Export _
FileName:="current_sales.gif", FilterName:="GIF"

Cheers
Andy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top