I have 8 list boxes on a user form but I want to make sure that the user always selects an option in each list box, my efforts have so far failed
I initially tried by checking the list box had been selected by using...
If LB6.Value = "" Then
That didn't work, as when I stepped through the...