Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
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/comm...excel.charting |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
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 sgl8akm wrote: 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/comm...excel.charting -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Or use Andy's Graphics Exporter add-in:
http://www.andypope.info/vba/gex.htm Andy Pope wrote: 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 sgl8akm wrote: 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. -- Debra Dalgleish Excel FAQ, Tips & Book List http://www.contextures.com/tiptech.html |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I export a graph as a gif file (Microsoft Excel 2000) | Charts and Charting in Excel | |||
Export html page to Excel - support files folder | Excel Discussion (Misc queries) | |||
Excel option to store trendline's coefficients in cells for use | Charts and Charting in Excel | |||
Excel instance used with "Export to Microsoft Excel" option in Internet Explorer | Excel Discussion (Misc queries) | |||
Function Keys in Excel | Excel Discussion (Misc queries) |