But the image I have does not exist on the file system, it only exists as a resource embedded in the app. I can't figure out a way to push this image, or even an empty image that could have its picture property updated to this image, to the sheet. Any ideas?
If this is impossible, another option would be to use the InsertPicture statement, if I can figure out how to package the image in with the install. So, any help with this would also be appreciated.
Thanks,
Sean
P.S. I realize there are probably only two other people in the world writing Excel add-ins in VB, but I thought I would try.
Re: Add image to worksheet from My.Resources with Excel Add-in
I have a .png file, but I wanted to embed it in the My.Resources so I didn't have to deal with the external file. If the external file is the best solution, then how do I include it in the install package, and how do I know the folder into which it gets installed?
Bookmarks