Does ComboBox contain data : ComboBox « Excel « VBA / Excel / Access / Word






Does ComboBox contain data

 
     Private Sub ComboBox2_Click()
           If ComboBox1.Value="" Then Exit Sub
     End Sub

 

Related examples in the same category

1.Fill data to ComboBox