Worf
Well-known Member
- Joined
- Oct 30, 2011
- Messages
- 4,259
Worf submitted a new Excel article:
Dynamic user form images with VBA - This article shows how to load different pictures to a user form control.
Read more about this Excel article...
Dynamic user form images with VBA - This article shows how to load different pictures to a user form control.
Here are the main features of this example:
- The form has three controls: a combo box, a text box and an image control.
- The combo box is populated from a worksheet range. Selecting a value will trigger an event which will populate the text box and the image control. VLOOKUP is used to navigate the source table.
- The pictures are retrieved from a local drive.
- If the image is small enough, like the hourglass below, all controls are visible. If the image is too large, the code...
Read more about this Excel article...