Hello,
I would like to put a picture from a picturebox (or a picture file) in an excel file using Visual basic.
I've got following declarations:
Dim xlsApp As excel.Application
Set xlsApp = excel.Application
and with those declarations I do some processes (like filling in a cell and look for values in cells)
But I want to insert a picture in that Excel document, how must I do that?
Greetz.
I would like to put a picture from a picturebox (or a picture file) in an excel file using Visual basic.
I've got following declarations:
Dim xlsApp As excel.Application
Set xlsApp = excel.Application
and with those declarations I do some processes (like filling in a cell and look for values in cells)
But I want to insert a picture in that Excel document, how must I do that?
Greetz.