Hiya
The ListItem.Select method seems to be asynchronous
i.e.
I call ListItem.Select, and then the next line is a Button.Click
The Button.Click line causes the wrong item to be selected in the list box
It seems I have to add a Wait for the list item to be properly selected and the ComboLBox to close?