After filling a listbox with a list of items to be selected. The program then waits for the cellclick event before responding. Upon receiving a cell click, the code does not respond as expected. I placed a message box to monitor what the cellclick event was producing i.e.:
msgbox LB1.text
All I get for the first click on a specific cell is a blank string. It takes a second click for the listbox to produce the desired results. Am I missing something??