Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1
Default How do I make a chart I have generated in Excel into a jpeg file.

I have a chart that I generated in Excel that I need to make into a jpeg file
so I can resize it and drop it into a web site article. Any help would be
greatly appreciated. I have ACDSee 8 software for the resizing and dropping
into the web article I am working on.
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 182
Default How do I make a chart I have generated in Excel into a jpeg file.

Hello, Patty!
You wrote on Sat, 19 Aug 2006 14:04:25 -0700:

PT I have a chart that I generated in Excel that I need to
PT make into a jpeg file so I can resize it and drop it into a
PT web site article. Any help would be greatly appreciated.
PT I have ACDSee 8 software for the resizing and dropping into
PT the web article I am working on.

You can copy a chart in Excel and paste it into Paint, or
better, the free Irfanview. You can save it as many types of
graphic in either program.

I'll have to leave quality judgments to you :-)

James Silverton
Potomac, Maryland

I-mail, with obvious alterations:
not.jim.silverton.at.comcast.not

  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1,071
Default How do I make a chart I have generated in Excel into a jpeg file.

In article , ?B?
UGF0dHkgVA==?= <Patty says...
I have a chart that I generated in Excel that I need to make into a jpeg file
so I can resize it and drop it into a web site article. Any help would be
greatly appreciated. I have ACDSee 8 software for the resizing and dropping
into the web article I am working on.

Copy the chart, switch to the photo editing program, paste.

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 10,124
Default How do I make a chart I have generated in Excel into a jpeg file.

either of these

Sub ExportChartGIF()
ActiveChart.Export Filename:="C:\a\MyChart.gif", _
FilterName:="GIF"
End Sub
Sub ExportChartJPG()
ActiveChart.Export Filename:="C:\a\MyChart.jpg", _
FilterName:="jpeg"
End Sub


--
Don Guillett
SalesAid Software

"Patty T" <Patty
wrote in message
...
I have a chart that I generated in Excel that I need to make into a jpeg
file
so I can resize it and drop it into a web site article. Any help would be
greatly appreciated. I have ACDSee 8 software for the resizing and
dropping
into the web article I am working on.



  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default How do I make a chart I have generated in Excel into a jpeg file.

You've seen several responses that tell you how. Let me try to convince you
what type of graphic image to use. JPG is poorly suited to things like text
or charts, since the JPG image format is designed to render smoothly varying
colors (as in photographs), not sharp transitions between colored regions
(as found in charts). GIF and PNG are both much better suited to images with
sharp transitions between regions of uniform color. PNG may even be better
unless your chart has few colors, because GIF relies on a limited palette of
colors.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Patty T" <Patty wrote in message
...
I have a chart that I generated in Excel that I need to make into a jpeg
file
so I can resize it and drop it into a web site article. Any help would be
greatly appreciated. I have ACDSee 8 software for the resizing and
dropping
into the web article I am working on.





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
How administrator can delete temporary excel file generated on se Suhas Sakalikar Excel Discussion (Misc queries) 9 June 8th 06 12:47 PM
Excel crashes while opening excel file imbeddied with macros ct2147 Excel Discussion (Misc queries) 0 December 30th 05 09:05 PM
Weird File Open/Save As Behavior [email protected] Excel Discussion (Misc queries) 0 December 9th 05 02:26 AM
How do I use a server name in an Excel chart file path? Zimtok5 Charts and Charting in Excel 1 October 26th 05 02:08 AM
how i make a pgm in excel for copying all the rows to a new file . Copying after checking condition in Exce Excel Discussion (Misc queries) 1 April 3rd 05 06:43 PM


All times are GMT +1. The time now is 06:09 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"