Hi Nat,
You should be able to use the Select method; passing in the Index value of the item that you want to select:
[ ] TestApplication.ListBox.Select(3)
This worked for all sample ListBox and Combobox controls that I have tested it with.
BR...
JohnM.