ferJen
ferJen

Reputation: 97

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!

Upvotes: 1

Views: 609

Answers (1)

Storax
Storax

Reputation: 12167

For example you could use code like that

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

Upvotes: 4

Related Questions