Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I grab MS Excel diagram to bitmap?
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Andrej,
Select the chart, hold down the shift key, and use the menu Edit / Copy Picture. VBA code - Worksheets("Sheet1").ChartObjects(1).Chart.Export _ FileName:="FileName.gif", FilterName:="GIF" IIRC, you cannot export directly to BMP format - you need to use a graphics editor to convert the GIF to BMP.... Or use Andy Pope's Graphics Exporter add-in: http://www.andypope.info/vba/gex.htm HTH, Bernie MS Excel MVP "Gaech" wrote in message ups.com... How can I grab MS Excel diagram to bitmap? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
diagram i excel | Excel Discussion (Misc queries) | |||
how to get a pareto diagram in excel | Charts and Charting in Excel | |||
how to get a pareto diagram in excel | Charts and Charting in Excel | |||
excel diagram | Charts and Charting in Excel | |||
Is there any way to do a rose diagram in Excel? | Charts and Charting in Excel |