how do you convert charts into high quality tiff files?

I

ignacio

I have to convert a seies of charts into a tiff file for a research artcile.
I have tried it on power point and then save as tiff but the rersulting
quality of the image is horrendous, any tips anyone?
 
J

Jon Peltier

You could try exporting the chart using VBA:

ActiveChart.Export ActiveWorkbook.Path & "\Chart1.tif", "TIF"

I don't know if it is any improvement over PowerPoint, and bitmapped charts
are limited to screen resolution.

- Jon
 
M

MartinW

Hi Ignacio,

You could try copy and paste special into word and select Picture(enhanced
metafile) from there you can copy and paste into Microsoft Photo Editor and
save as a tif image from there.

HTH
Martin
 
Top