Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hello,
I need to save some Excel Graphs as jpg files. How can I do it? Thank you. Athena |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi,
Requires code. Syntax: Activechart.Export <filename , <filtertype You can use this in the immediate window,(ALT+F11 CTRL+G) Activechart.export "C:\mychart.jpg" Cheers Andy Athena wrote: Hello, I need to save some Excel Graphs as jpg files. How can I do it? Thank you. Athena -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hello Andy,
Thank you very much. It worked. Do you happened to know how to set the resolution of the jpeg image as well? Athena "Andy Pope" wrote in message ... Hi, Requires code. Syntax: Activechart.Export <filename , <filtertype You can use this in the immediate window,(ALT+F11 CTRL+G) Activechart.export "C:\mychart.jpg" Cheers Andy Athena wrote: Hello, I need to save some Excel Graphs as jpg files. How can I do it? Thank you. Athena -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info |
#4
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
There is no control over the resolution of the exported image. You get
whatever the resolution of the screen is. By the way, JPG is really the wrong format for a chart. Most computer graphics are better suited to PNG or GIF, which are also possible using the Chart.Export method Andy provided. The JPG format was designed for photographic images, which have areas of gradually changing colors and shadows. JPG does poorly where there are sharp transitions of colors, for example, along the edges of shapes and in text. For these situations, which are what charts are made of, PNG is probably your best choice. - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "Athena" wrote in message ... Hello Andy, Thank you very much. It worked. Do you happened to know how to set the resolution of the jpeg image as well? Athena "Andy Pope" wrote in message ... Hi, Requires code. Syntax: Activechart.Export <filename , <filtertype You can use this in the immediate window,(ALT+F11 CTRL+G) Activechart.export "C:\mychart.jpg" Cheers Andy Athena wrote: Hello, I need to save some Excel Graphs as jpg files. How can I do it? Thank you. Athena -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info |
#5
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Jon,
Thank you. I did not know this.I shall try to save them as png files. Athena "Jon Peltier" wrote in message ... There is no control over the resolution of the exported image. You get whatever the resolution of the screen is. By the way, JPG is really the wrong format for a chart. Most computer graphics are better suited to PNG or GIF, which are also possible using the Chart.Export method Andy provided. The JPG format was designed for photographic images, which have areas of gradually changing colors and shadows. JPG does poorly where there are sharp transitions of colors, for example, along the edges of shapes and in text. For these situations, which are what charts are made of, PNG is probably your best choice. - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "Athena" wrote in message ... Hello Andy, Thank you very much. It worked. Do you happened to know how to set the resolution of the jpeg image as well? Athena "Andy Pope" wrote in message ... Hi, Requires code. Syntax: Activechart.Export <filename , <filtertype You can use this in the immediate window,(ALT+F11 CTRL+G) Activechart.export "C:\mychart.jpg" Cheers Andy Athena wrote: Hello, I need to save some Excel Graphs as jpg files. How can I do it? Thank you. Athena -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
save excel 2007 spreadsheet as a .wk1 file? | Excel Worksheet Functions | |||
how do i save a excel 2007 file as .dbf | Excel Discussion (Misc queries) | |||
save excel 2007 file as database III | Excel Discussion (Misc queries) | |||
how do i save an excel graph as an image file for use on the inter | Charts and Charting in Excel | |||
Save a .dbf file in 2007 Excel? | Excel Discussion (Misc queries) |