Load file to Image control : Image « Forms « VBA / Excel / Access / Word






Load file to Image control

 
     Private Sub ComboBox1_Change()
         Image1.Picture = LoadPicture(ComboBox1.Text)
     End Sub

 

Related examples in the same category