View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Showing Pictures

Use an image control and set the picture property to the path of the picture
you want loaded.

--
Regards,
Tom Ogilvy

Todd Huttenstine wrote in message
...
Hey guys

I have a userform named "ProductInformation". I have a
directory located in C:\ called Product Pictures. The
address is C:\Product Pictures.

Here is what I would like if possible: Each picture in
C:\Product Pictures to be inserted in
userform "ProductInformation".

Any help is greatly appreciated.

Thank you

Todd Huttenstine