Search code examples
vbauserform

Retrieve Images embedded in a UserForm VBA


Does anyone know where images are stored in a UserForm? I made a UserForm with custom buttons and I want to get the images and reuse them because I dont have the originals anymore. Thanks for your help!


Solution

  • For example you could use code like that

    SavePicture Image1.Picture, "D:\TMP\MyUFPic.bmp"