webListBox single selection...

I may be overlooking this, or making things way too complicated; however, does anybody have any suggestions on how to easily:

  1. Get this thing to only be able to select one cell at a time (no multi-select)
  2. Clear all current selections (in the event you wanted to keep it multi-select)

Appreciate it…

Rephrase:

I know I can loop through cells to check for selected, and set accordingly; however, if the cells grow into the 1000’s then this would be unfeasible. Hopefully there is another method that is applicable here… and that’s what I’m after.

Apparently if I actually read the Language Reference thoroughly, I’d find my answer. I have to set my own select Style and use the code at the bottom of the main page under ‘webListBox’.