PC Review


Reply
Thread Tools Rate Thread

Can I export a chart from Excel as a jpg or gif?

 
 
=?Utf-8?B?Ym9uZ29tYW4=?=
Guest
Posts: n/a
 
      15th Sep 2005
Does anyone know if it is possible to export an Excel generated chart/graph
as a .jpg or .gif into a webpage?
 
Reply With Quote
 
 
 
 
Jon Quixley
Guest
Posts: n/a
 
      15th Sep 2005

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

Have Paintshop Pro open before you start

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

Jo

--
Jon Quixle
-----------------------------------------------------------------------
Jon Quixley's Profile: http://www.excelforum.com/member.php...fo&userid=2580
View this thread: http://www.excelforum.com/showthread.php?threadid=46779

 
Reply With Quote
 
=?Utf-8?B?Qmx1ZSBBYXJkdmFyaw==?=
Guest
Posts: n/a
 
      15th Sep 2005
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.
 
Reply With Quote
 
=?Utf-8?B?Ym9uZ29tYW4=?=
Guest
Posts: n/a
 
      15th Sep 2005
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.

 
Reply With Quote
 
Debra Dalgleish
Guest
Posts: n/a
 
      15th Sep 2005
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

 
Reply With Quote
 
Don Guillett
Guest
Posts: n/a
 
      15th Sep 2005
Does this help

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


--
Don Guillett
SalesAid Software
(E-Mail Removed)
"bongoman" <(E-Mail Removed)> wrote in message
news:65F6FA70-6771-4022-8B9A-(E-Mail Removed)...
> Does anyone know if it is possible to export an Excel generated

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



 
Reply With Quote
 
Jon Peltier
Guest
Posts: n/a
 
      15th Sep 2005
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?

>
>
>

 
Reply With Quote
 
=?Utf-8?B?bWFyeWxh?=
Guest
Posts: n/a
 
      14th Sep 2006


"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 With Quote
 
Andy Pope
Guest
Posts: n/a
 
      14th Sep 2006
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
 
Reply With Quote
 
Don Guillett
Guest
Posts: n/a
 
      14th Sep 2006

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

--
Don Guillett
SalesAid Software
(E-Mail Removed)
"maryla" <(E-Mail Removed)> wrote in message
news:112EDC4E-81EE-4567-9BE4-(E-Mail Removed)...
>
>
> "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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Export chart from Excel to PowerPoint Henk Microsoft Excel Programming 1 12th Feb 2009 01:09 AM
Export chart from Excel to PowerPoint Henk Microsoft Excel Programming 0 12th Feb 2009 12:36 AM
Export Pivot chart to excel =?Utf-8?B?U0FVUkFCSA==?= Microsoft Access Getting Started 0 23rd Oct 2007 07:53 AM
How can I export a chart from Excel to Access?? =?Utf-8?B?S3lyaWFraQ==?= Microsoft Excel Programming 3 2nd Feb 2006 08:49 AM
Export Excel Chart to .gif or .png file =?Utf-8?B?U3RldmUgTWNHb3VydHk=?= Microsoft Excel Charting 1 11th Jul 2005 07:12 PM


Features
 

Advertising
 

Newsgroups
 


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