VBA - Save range as image
Thanks for visiting my site lucky visitor:
This page was last updated on: August 14, 2007
Copyright © 2002. XcelFiles. All Rights Reserved Ivan F Moala
There are times when you may need to save an Excel range selection as an image file. I use this all the time to save images to try and explain something easier, remember a picture is worth a thousand words. Also used this for this sites images where applicable.
If you wanted to take this further then consider these options......
1) What about saving a range as an image AND then displaying it on a Userform.
3) Saving an image of a chart WHEN the data range changes and displaying it in a comment
4) Saving an inserted image in a spreadsheet. The Html maker ustilises this technique.
As you can see, the posibilities for it's use are up to you....in fact I have done all the above.
Here is a routine that can do this for you.
Enjoy