View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JJ JJ is offline
external usenet poster
 
Posts: 122
Default install graphical filters

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