Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How administrator can delete temporary excel file generated on se | Excel Discussion (Misc queries) | |||
Excel crashes while opening excel file imbeddied with macros | Excel Discussion (Misc queries) | |||
Weird File Open/Save As Behavior | Excel Discussion (Misc queries) | |||
How do I use a server name in an Excel chart file path? | Charts and Charting in Excel | |||
how i make a pgm in excel for copying all the rows to a new file . | Excel Discussion (Misc queries) |