View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lazzaroni Lazzaroni is offline
external usenet poster
 
Posts: 55
Default Embed Image in Add-In

Can anyone give me some pointers on how to embed images in an Excel add-in so
that I can use them as ControlButton images?

I currently use bitmap images saved to the same folder as the add-in, but I
want to make the add-in more portable by embedding the images in the add-in
itself.

Thanks.