View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Elaine Merchant Elaine Merchant is offline
external usenet poster
 
Posts: 1
Default Export Excel Sheet to JPG or TIF

Hi Quartz: Here is what I do. I copy the cells from Excel, do a Paste
Special in Word and select Windows Bitmap, then I can Cut that bitmap and
paste it into Photo Editor and save it as a JPG or TIF.

Let me know if you have problems.

"quartz" wrote:

Is it possible to programmatically create a JPG or TIF file from an Excel
sheet?

The sheets involved DO NOT contain graphics, just numers, formulas, and
text. I need the resulting file to be a static picture of the spreadsheet in
one of these graphical formats (JPG or TIF).

Perhaps create a picture link of the data and somehow export that
programmatically? I can't find a way.

Thanks in advance for your assistance.