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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top