View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.charting
JohnInStockie JohnInStockie is offline
external usenet poster
 
Posts: 2
Default Exporting chart issue

FYI Everyone

Found a way around it using the 'Saveas - Webpage' function. I
automatically save to the desktop as a webpage, and then use the Dir function
to get the name of the GIF in the html's supporting images folder usually
named "_files".

Then use FileCopy to create a copy and then use Kill and RmDir to get rid of
the webpage and its folders.

Hope this provides guidance to someone else on how to create an image of an
access report without pdf.

John