Skip to Content
0
Former Member
Apr 26, 2004 at 10:56 AM

UI - Testing the Selected value in a combobox

48 Views

Hi,

how can i test if a combobox have a selected value ?

If I write this code and i have not select any value

If TestCombo.Selected.Value = "" Then

...

end if

I get the error : "object variable or with block variable

not set"

Thanks

Andrea