View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Fredrik Wahlgren Fredrik Wahlgren is offline
external usenet poster
 
Posts: 339
Default Converting Excel range to JPG, BMP or PDF


"D" wrote in message
...
Hello there,
I've created an excel application to do some specific task.
Now I need to convert certain range in my spreadsheet to JPG, BMP.
I'd would prefer to do this in my Excel macro rather than doing print

screen
and
messing around some graphical editor.

One option would be to set print area and print it out to PDF. Is there
something similar for JPG/BMP.

Any ideas?

Thanks
Dusan



Yes, you can use the Camera to do this. Here's a link that should get you
started:
http://exceltips.vitalnews.com/Pages...ra_in_VBA.html

/Fredrik