Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
bongoman
 
Posts: n/a
Default Can I export a chart from Excel as a jpg or gif?

Does anyone know if it is possible to export an Excel generated chart/graph
as a .jpg or .gif into a webpage?
  #2   Report Post  
Jon Quixley
 
Posts: n/a
Default


There is, but it involves another program (Paintshop Pro or something
like it).

Have Paintshop Pro open before you start

Select the chart and with the SHIFT key depressed, go to EDIT and COPY
PICTURE. You will be given the option of saving the picture as a BMP
file - do this and paste the picture into Paintshop Pro. Save it as a
*.jpg before moving this into your web page

Jon


--
Jon Quixley
------------------------------------------------------------------------
Jon Quixley's Profile: http://www.excelforum.com/member.php...o&userid=25803
View this thread: http://www.excelforum.com/showthread...hreadid=467793

  #3   Report Post  
Blue Aardvark
 
Posts: n/a
Default

You can select the chart. Copy it. Then do a paste special in programs like
Word. If your web design program doesn't have a paste special option, you can
always paste it into word and then copy the pictures out.
  #4   Report Post  
bongoman
 
Posts: n/a
Default

Many thanks for your help. The thing is i need a non-techy person to be able
to be able to export the chart to a Content Management System so that they
can publish it to a web page themselves, without having to use a web-design
programme. Any ideas?

"Blue Aardvark" wrote:

You can select the chart. Copy it. Then do a paste special in programs like
Word. If your web design program doesn't have a paste special option, you can
always paste it into word and then copy the pictures out.

  #5   Report Post  
Debra Dalgleish
 
Posts: n/a
Default

Andy Pope has a free add-in that you can use to export images or charts:

http://www.andypope.info/vba/gex.htm

bongoman wrote:
Does anyone know if it is possible to export an Excel generated chart/graph
as a .jpg or .gif into a webpage?



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html



  #6   Report Post  
Don Guillett
 
Posts: n/a
Default

Does this help

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


--
Don Guillett
SalesAid Software

"bongoman" wrote in message
...
Does anyone know if it is possible to export an Excel generated

chart/graph
as a .jpg or .gif into a webpage?



  #7   Report Post  
Jon Peltier
 
Posts: n/a
Default

John Walkenbach's Chart Tools also does this (http://j-walk.com).

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


Debra Dalgleish wrote:

Andy Pope has a free add-in that you can use to export images or charts:

http://www.andypope.info/vba/gex.htm

bongoman wrote:

Does anyone know if it is possible to export an Excel generated
chart/graph as a .jpg or .gif into a webpage?




  #8   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1
Default Can I export a chart from Excel as a jpg or gif?



"bongoman" wrote:

Does anyone know if it is possible to export an Excel generated chart/graph
as a .jpg or .gif into a webpage?

  #9   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Can I export a chart from Excel as a jpg or gif?

You can use VBA code to export a chart.

ActiveChart.Export _
FileName:="current_sales.gif", FilterName:="GIF"

Cheers
Andy

maryla wrote:

"bongoman" wrote:


Does anyone know if it is possible to export an Excel generated chart/graph
as a .jpg or .gif into a webpage?


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
  #10   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 10,124
Default Can I export a chart from Excel as a jpg or gif?


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

--
Don Guillett
SalesAid Software

"maryla" wrote in message
...


"bongoman" wrote:

Does anyone know if it is possible to export an Excel generated
chart/graph
as a .jpg or .gif into a webpage?





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
Export from Oracle into Excel, "Open" is not an option in XP Pierre Excel Discussion (Misc queries) 0 August 4th 05 06:08 PM
Activating a Chart object Hari Prasadh Charts and Charting in Excel 6 August 2nd 05 07:22 PM
Updating Excel OLE chart data in PPT from Excel Hari Prasadh Charts and Charting in Excel 5 July 26th 05 08:52 PM
Excel Range Value issue (Excel 97 Vs Excel 2003) Keeno Excel Discussion (Misc queries) 2 June 13th 05 02:01 PM
Fan charts Dean Charts and Charting in Excel 7 May 30th 05 11:51 AM


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

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

About Us

"It's about Microsoft Excel"