install graphical filters

J

JJ

Hello,

I am trying to export in vba a selected area to a file using the graphical
filters under Excel.

I use the a command like

Worksheets("Sheet1").ChartObjects(1) _
..Chart.Export _
FileName:="current_sales.gif", FilterName:="GIF"

If a certain filter like TIF is not installed on the computer, is there a
way to install the filter?

Does a redistributable MSI package for graphical filters from Microsoft
exist? Where can I find it?

Is there another way to install graphical filters?

Regards

Jurgen
 

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