Hi,
I have a list box on an Excel form that calls it's list from a row source in a worksheet.
Can I set the default item selected in the box based on conditions ? .....
something like:
on form open ...
if condition_1 = true then listboxitem.selected = string_1 else listboxitem.selected = string_2
I have a list box on an Excel form that calls it's list from a row source in a worksheet.
Can I set the default item selected in the box based on conditions ? .....
something like:
on form open ...
if condition_1 = true then listboxitem.selected = string_1 else listboxitem.selected = string_2