how do you convert charts into high quality tiff files?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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
 
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
 

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

Back
Top