Graph to TIF

J

jee22

Does any one know how to convert an Excel graph into a tiff file please


--


_____________________________________________
_____________________________________________
Mr J E Ellis
University of Cambridge
Department of Materials Science & Metallurgy
Pembroke Street
Cambridge
CB2 3QZ
England
Tel + 44-(0) 1223 334346
Fax + 44-(0) 1223 334567
E-mail (e-mail address removed)
_____________________________________________
 
D

Don Guillett

This works with either gif or jpg so I assume it should work for tif.

Sub ExportChartGIF()
ActiveChart.Export Filename:="C:\yourfolder\MyChart.gif", _
FilterName:="GIF"
End Sub
 
S

Stephan Kassanke

jee22 said:
Does any one know how to convert an Excel graph into a tiff file please


--

Hi,

just select your chart in Excel, copy it to the clipboard, open Photoshop
(or whatever imaging software you are using), create a new file and paste
your chart. Just tried it with Photoshop and it works.

Another approach is to save the chart as a web page (File/Save as). Thsi
should render your chart as a btmap file (jpeg, png, ...)

cheers,
Stephan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top