Insert image from paint

R

Ryan H

I have an image of the vbExclamation used in MsgBox's, saved in paint. I
want to put that image into the userform at design time without having to
write code to insert it. Is this possible and how?

Thanks in Advance!
 
G

Gary Brown

Save the vbExclamation image to a jpeg or whatever.
In your form, insert an IMAGE form from the Userform Toolbox.
In the IMAGE form properties, Select the "..." next to the 'Picture' property.
Select the vbExclamation image that you just saved.
 
Top