ComboBox problem
I'm looping thru the items of combobox list, it works fine but at the end
shows an "invalid use of Null" error as if an additional item that can't be
recognized existed.
For Each In CbxAddress.List
MsgBox ccc
Next ccc
Thanks in advance
|