Hi could anyone let me know if there is a way to check if a row in a listbox index contains a number greater than 0 - something along the lines of this very rough example.
many thanks Paul
VBA Code:
If ListBox1.ListIndex.value =< 0 Then.......do something
many thanks Paul