Insert image from paint

  • Thread starter Thread starter Ryan H
  • Start date Start date
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!
 
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.
 
Back
Top