I've noticed that not only do I need to select my choice from the listbox, I need to select it again (to get the blue highlight) before my selection is detected. Is there a way to use VBA to add the highlight once a selection from the listbox has been made or is it possible that I'm just checking for the wrong listbox property to read my selection and THAT'S why I have to select it a second time to highlight it before it's read by the VBA code?