bjbenoit
08-08-2005, 11:48 AM
I tried iterating the items on the items collection and reading the text value but apparently that is not allowed.
I know this is simple but my brain is plain frozen..
This is what i tried
Dim itm as Object
for each item in combobox1.items
result=itm.text(i)
next
Thanks,
Bryan
I know this is simple but my brain is plain frozen..
This is what i tried
Dim itm as Object
for each item in combobox1.items
result=itm.text(i)
next
Thanks,
Bryan