how to save a range of datas from excel toa picture by vba ?

N

Nemrod

Hello,

I am working in a project where I need to save a range of datas from excel
sheet to a picture. I tried a lot of solutions like Export or
Savepicture.... and to use clipboard but I can not without errors.

Many thanks for your attention

Nemrod
 
V

vasilisdrav

What 's the problem?
_ You select the data range in Excel
_ Press ctrl+C (Copy)
_Open Paint
_Press ctrl+V (Paste)
_Save the file in Paint
 
Top