This sounds simple, but I am missing it. I know how to check for the items selected by using the selecteditems collection, BUT, I want the index of the selected item.
for example, if have 12 months in checklistbox. The user clicks June and July,
I just want the index value 5 & 6, not the text value..

Thaks