View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary Brown[_5_] Gary Brown[_5_] is offline
external usenet poster
 
Posts: 236
Default Insert image from paint

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.

--
Hope this helps.
If it does, please click the Yes button.
Thanks in advance for your feedback.
Gary Brown



"Ryan H" wrote:

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!
--
Cheers,
Ryan