#1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 4
Default exporting charts

How to export a chart and use it in other applications like MS Word and
others? Thanks


  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 10,124
Default exporting charts

A possible solution

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

"chico" wrote in message
...
How to export a chart and use it in other applications like MS Word and
others? Thanks



  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default exporting charts

For example:

Copy the chart in Excel, switch to Word, use Paste.

Select the chart, hold shift while clicking the Edit menu, Copy Picture (on
screen and picture options), switch to Word, use Paste.

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


"chico" wrote in message
...
How to export a chart and use it in other applications like MS Word and
others? Thanks



  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 4
Default exporting charts

Thanks man, very useful.

"Jon Peltier" wrote in message
...
For example:

Copy the chart in Excel, switch to Word, use Paste.

Select the chart, hold shift while clicking the Edit menu, Copy Picture
(on screen and picture options), switch to Word, use Paste.

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


"chico" wrote in message
...
How to export a chart and use it in other applications like MS Word and
others? Thanks





  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 663
Default exporting charts

There are two ways of creating charts:

1. Creating a Chart as Object - Using Microsoft Graph Chart.
2. Creating a chart in excel - using the Chart Wizard within Excel.

Descriptions:

A. Using the first option, you can just copy and paste in the application.
This will be independent of the source document.

B. Using second option, you can paste the graph in the Word document using
the paste link command from the Edit menu.
The advantage is whenever you change the Chart type or choose any Chart
Sub-type or Choose Custom Type tab, the charts automatically reflects the
changes in the Word document with the same size of the image you have resized
int word document.

(For example, If you change your bar chart to Pie Chart, the Microsoft
document would automatically the Pie Chart now.).

Challa Prabhu

"chico" wrote:

How to export a chart and use it in other applications like MS Word and
others? Thanks



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
Automatically resize excel charts when exporting them to PowerPoin mustang25 Charts and Charting in Excel 2 May 20th 06 07:10 AM
Pasting worksheet with embedded charts FishMan Charts and Charting in Excel 2 October 5th 05 02:26 PM
Excel Charts Linked to Spreadsheets Rich Charts and Charting in Excel 1 July 4th 05 04:36 PM
Exporting Excel Charts in Separate Tabs excelnewbie Excel Discussion (Misc queries) 0 April 20th 05 03:59 PM
e-mailing or exporting charts as a .pdf or .tif format Brad Charts and Charting in Excel 5 January 25th 05 04:27 AM


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