Hi - my program runs using a number of listboxes that only allow users to make single selections within each one.
I basically want to show an error message if at least one of these listboxes haven't been selected, but not sure how to define 'empty' when referring to a listbox. I've tried
If sheet1.listbox1.value = Null Then....
and this doesn't seem to work. Can anyone help?
I basically want to show an error message if at least one of these listboxes haven't been selected, but not sure how to define 'empty' when referring to a listbox. I've tried
If sheet1.listbox1.value = Null Then....
and this doesn't seem to work. Can anyone help?