PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Charting email charts

Reply

email charts

 
Thread Tools Rate Thread
Old 23-04-2004, 02:49 PM   #1
MNaut
Guest
 
Posts: n/a
Default email charts


I have an excel workbook file containing many department sales charts that
recieve data from a group of central data entry spreadsheets. Each
department chart resides on its own sheet. Is there a way to email
individual chart sheets (or snapshots of the chart sheet) to the respective
departments without sending the entire parent file to all recipients?
Thanks,
Mnaut


  Reply With Quote
Old 25-04-2004, 12:36 AM   #2
Debra Dalgleish
Guest
 
Posts: n/a
Default Re: email charts

You could export the chart as a gif file, then email that file to the
department. The following code creates a gif file from the active chart:

'============================
Sub ExportChartGIF()
ActiveChart.Export Filename:="C:\Data\DeptChart.gif", _
FilterName:="GIF"
End Sub
'=============================

MNaut wrote:
> I have an excel workbook file containing many department sales charts that
> recieve data from a group of central data entry spreadsheets. Each
> department chart resides on its own sheet. Is there a way to email
> individual chart sheets (or snapshots of the chart sheet) to the respective
> departments without sending the entire parent file to all recipients?
> Thanks,
> Mnaut
>
>



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

  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off