View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jon Peltier Jon Peltier is offline
external usenet poster
 
Posts: 6,582
Default Picture in a UserForm

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
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
_______


"Howard31" wrote in message
...
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'
--
A. Ch. Eirinberg