-
I want to be able to display images into excel from my program. For example, I have a list box, which has a list of image paths (c:image.bmp), how could I have where the image selects one or more image paths from the list, and then open excel and insert them into the cells. Thanks
-
Bump
-
try this...
Try creating a macro in excel..then view the code..this usually gives a fairly good way to do it. (at least the insert picture part)
Do you know how to create the excel object?
-
.
Unfortunately not, I haven't really had the opportunity to work with microsoft office objects. I'll do some research. thanks for the help