Reputation: 97
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
Reputation: 12167
For example you could use code like that
SavePicture Image1.Picture, "D:\TMP\MyUFPic.bmp"
Upvotes: 4