Picture in a UserForm

H

Howard31

Hi All,

I'm having trouble getting a picture into a picture control in a userform.
Every time I select a picture file for the control I get a error message,
something like 'Picture file is not valid'
 
J

Jon Peltier

The user form image control does not accept all picture formats. It accepts
(I think) gif, jpg, and bmp, but not png.

You could insert the picture into a worksheet, copy the picture, switch to
the VB Editor, click in the entry field for the picture, and use Ctrl+V to
paste the image.

- Jon
 
Top