Showing Pictures

  • Thread starter Thread starter Todd Huttenstine
  • Start date Start date
T

Todd Huttenstine

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
 
Use an image control and set the picture property to the path of the picture
you want loaded.
 
I could do that manually, but I would prefer to have a
code automatically do that in that it would look in
C:\Product Pictures and for each picture in there, would
automatically put that picture in the userform. In other
words, as I add and remove pictures from C:\Product
Pictures, the pictures are added and removed from the
userform. How would I do this?

Thank you
 
Back
Top