View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default create gif of selected area that is not a chart

You can paste it into a chartobject (the chart object can be empty) and then
use the export method.

Harald Staff has sample code on David McRitchie's site:

http://www.mvps.org/dmcritchie/excel/xl2gif.htm

--
Regards,
Tom Ogilvy


Snorre Olav Holand wrote in message
...
Is it possible to create a *.gif of selected area that is not a chart?