R
Ron
Hello,
How do I determine which item in a combo box the user selected? Say I
have a combo box with All, Some, None and I want to write code for a
button like this?...
if combobox.userselected = "All" then
(20*12)
end if
I was thinking it would be :
if cboselected.items = All then ...
thanks for any help
How do I determine which item in a combo box the user selected? Say I
have a combo box with All, Some, None and I want to write code for a
button like this?...
if combobox.userselected = "All" then
(20*12)
end if
I was thinking it would be :
if cboselected.items = All then ...
thanks for any help