Hi, I am trying to select items in a checkbox list like the one displayed here: Using ControlCommand SelectString does not work, but I got around this by: 1) Firstly using ControlCommand FindString to find the index of the item 2) Then using ControlClick and clicking on the checkbox, by calculating the x,y coords of the checkbox using the index of the item (limitation: Can't scroll down the list) However, there is a problem... when using ControlCommand FindString to find the index of