Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 3
Default How to save a graph as jpg file in Excel 2007

Hello,

I need to save some Excel Graphs as jpg files. How can I do it?

Thank you.

Athena
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default How to save a graph as jpg file in Excel 2007

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   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 3
Default How to save a graph as jpg file in Excel 2007

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   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default How to save a graph as jpg file in Excel 2007

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   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 3
Default How to save a graph as jpg file in Excel 2007

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
save excel 2007 spreadsheet as a .wk1 file? Fris Excel Worksheet Functions 1 March 31st 08 11:56 AM
how do i save a excel 2007 file as .dbf katherine Excel Discussion (Misc queries) 2 March 20th 08 03:28 PM
save excel 2007 file as database III TammyThack Excel Discussion (Misc queries) 2 December 6th 07 01:59 PM
how do i save an excel graph as an image file for use on the inter jimwarlick Charts and Charting in Excel 3 July 9th 07 06:05 PM
Save a .dbf file in 2007 Excel? Oopstheyhavedoneitagain Excel Discussion (Misc queries) 1 March 23rd 07 02:28 PM


All times are GMT +1. The time now is 12:12 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"