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 quot;I
Agreequot; 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 quot;I Agreequot; in the message pane.
www.microsoft.com/office/comm...excel.charting
Hi,
Select the chart and then whilst holding the shift key use the menu Edit
gt; Copy Picture.
Or via vba code the chart has an export method.
e.g.
Worksheets(quot;Sheet1quot;).ChartObjects(1).Chart.Export _
FileName:=quot;current_sales.gifquot;, FilterName:=quot;GIFquot;
Cheers
Andy
sgl8akm wrote:
gt; There needs to be an export function in Excel that allows graphs (charts) to
gt; be exported to other media as image (bmp, jpg, tiff, gif) or vector files
gt; (dxf, eps, pict, wmf). The quality of the current copy/paste files is poor,
gt; and the copies image is still linked, ,therefore manipulation in other
gt; programs is difficult.
gt;
gt; ----------------
gt; This post is a suggestion for Microsoft, and Microsoft responds to the
gt; suggestions with the most votes. To vote for this suggestion, click the quot;I
gt; Agreequot; button in the message pane. If you do not see the button, follow this
gt; link to open the suggestion in the Microsoft Web-based Newsreader and then
gt; click quot;I Agreequot; in the message pane.
gt;
gt; www.microsoft.com/office/comm...excel.charting
--
Andy Pope, Microsoft MVP - Excel
www.andypope.info
Or use Andy's Graphics Exporter add-in:
www.andypope.info/vba/gex.htm
Andy Pope wrote:
gt; Hi,
gt;
gt; Select the chart and then whilst holding the shift key use the menu Edit
gt; gt; Copy Picture.
gt;
gt; Or via vba code the chart has an export method.
gt; e.g.
gt; Worksheets(quot;Sheet1quot;).ChartObjects(1).Chart.Export _
gt; FileName:=quot;current_sales.gifquot;, FilterName:=quot;GIFquot;
gt;
gt; Cheers
gt; Andy
gt;
gt; sgl8akm wrote:
gt;
gt;gt; There needs to be an export function in Excel that allows graphs
gt;gt; (charts) to be exported to other media as image (bmp, jpg, tiff, gif)
gt;gt; or vector files (dxf, eps, pict, wmf). The quality of the current
gt;gt; copy/paste files is poor, and the copies image is still linked,
gt;gt; ,therefore manipulation in other programs is difficult.--
Debra Dalgleish
Excel FAQ, Tips amp; Book List
www.contextures.com/tiptech.html
- Jun 04 Wed 2008 20:44
Add export graph function to Excel (e.g. jpg, eps, wmf)
close
全站熱搜
留言列表
發表留言