Hi,
Is there any way to change the LISTINDEX property on a combo box?
EX. I have say 3 entries in a combobox. The user selects the 1st. In VBA after I process the entry I want to change the value to the next entry. Orig. set to 0, I want to change to the next entry which will be 1 and keep rolling automatically without to the end of the combo box and then start over again.
The formula would be something like this.
cbobox.listindex = cbobox.Listcount - ((cbobox.Listcount - (cbobox.listindex + 1))
I think that will work, if not I will have to monkey with the formula again. My real issue is being able to change the value of the listindex.
If I confused you please let me know.
Thanks.
Remember when... everything worked and there was a reason for it?
Is there any way to change the LISTINDEX property on a combo box?
EX. I have say 3 entries in a combobox. The user selects the 1st. In VBA after I process the entry I want to change the value to the next entry. Orig. set to 0, I want to change to the next entry which will be 1 and keep rolling automatically without to the end of the combo box and then start over again.
The formula would be something like this.
cbobox.listindex = cbobox.Listcount - ((cbobox.Listcount - (cbobox.listindex + 1))
I think that will work, if not I will have to monkey with the formula again. My real issue is being able to change the value of the listindex.
If I confused you please let me know.
Thanks.
Remember when... everything worked and there was a reason for it?