I have a form with a list box and the following code which populates the list
With GroupListBox .AddItem "HMP Low Moss"
.AddItem "HMP Barlinnie"
.AddItem "HMP Greenock"
.AddItem "HMP Edinburgh"
This only populates the items, it doesn't select an item. I need a piece of code...