I am getting a "You've used the ListIndex property incorrectly." error. I'm wanting to send the combobox to zero. Here is my code
cboAction.listindex = 0
Does anyone have any ideas why I would be getting this error. When I check against the listindex everything works fine. For example when I say.....If cboAction.listindex = 0 then................ it works.
Thanks in advance,
Kacy
cboAction.listindex = 0
Does anyone have any ideas why I would be getting this error. When I check against the listindex everything works fine. For example when I say.....If cboAction.listindex = 0 then................ it works.
Thanks in advance,
Kacy