Not sure what a "CommandBarComboBox" control is.. but if it's similar to a
regular ComboBox, all you should need to do is manipulate the ListIndex
property to set the "current" item.
--
Ken Halter
MS-MVP-VB
Please keep it in the groups..
Quote:
> I have a CommandBarComboBox on a custom tool bar. Once I fill the cboBox
> with data I would like to have some navigational button on the side which
> would allow me to traverse the records in the combo box control, is this
> possible? If so can you give me an idea how to accomplish this. If more
> info. is needed about this issue please let me know, and I can supply more
> details. Thanks for the help.
> Rick