determine dropdown value

G

geebee

hi,

i would like to know how i can determine/display the value selected from a
dropdown box.

thanks in advance,
geebee
 
O

Office_Novice

If your DropDown is a comboBox from the control ToolBox you have a Couple of
options:

ComboBox1 .AddItem "Your First Item" ' To Add one at a time

Or ComboBox1.RowSource = "A1:A10" 'To Add from a sheet

There are a few other ways to populate a comboBox but these will get you
started.
 

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

Similar Threads

dropdown value 3
drodown selection 3
named range 3
ignore blanks in dropdown 3
Set value of a cell with a dropdown list during run time (C#) 10
Help With MS Access 4
determine if value exists 2
Which day 5

Top