View Single Post
  #2   Report Post  
exceluserforeman
 
Posts: n/a
Default How do I insert a PictureBox into Excel?

Hi,
Just off-hand, You could use a userform with an image control, a list box
with a list of the picture locations and a button to insert picture into the
image control. If the desired pictured is acceptable, use another button to
insert the picture into the worksheet.

If you would like me to create this project for you, you can send me the
relevant info.
See my user stuff at http://www.geocities.com/excelmarksway

- Mark
PS I just might do it anyhow and post it to my Excel site in a couple of
days...

"Evanbron" wrote:

I don't know much about VBA. Is there any way to easily insert a PictureBox
into an Excel worksheet so that a .jpg file can be selected from a directory
of .jpg files and loaded to the worksheet?

Thanks,

Evanbron