S
S Jackson
I have an combo box containing text values. I want to test it as follows:
If mycmboBox.Value = "EMR" Then
The debugger says this equals Null and of course, it does not work. I've
tried just about every property in the list VBA gives me and I can't figure
this one out. How do I test for the value of the text selected in the combo
box control?
S. Jackson
If mycmboBox.Value = "EMR" Then
The debugger says this equals Null and of course, it does not work. I've
tried just about every property in the list VBA gives me and I can't figure
this one out. How do I test for the value of the text selected in the combo
box control?
S. Jackson