determing what item in combobox is selected?

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top