Null in a ComboBox.List
I'm looping thru a combobox list it works fine but at the end shows a Null
error.
I tried adding " -1" at the end but won't work either since all the items
are all strings
For Each ccc In CbxAddress.List
MsgBox ccc
Next ccc
Thanks in advance
|