Load file to Image control : Image « Forms « VBA / Excel / Access / Word
- VBA / Excel / Access / Word
- Forms
- Image
Load file to Image control
Private Sub ComboBox1_Change()
Image1.Picture = LoadPicture(ComboBox1.Text)
End Sub
Related examples in the same category