getting info from a combo box

G

Guest

I have a number of combo boxes within my Excel sheet. However, from other
cells I want to be able to get the values of those boxes.

The box name is cboList1.

For example - for a VLOOKUP command.

Can this be done?

Many thanks
 
B

Bob Phillips

Link the combobox to a cell and use that cell value.

If it is a controls combo, set the LinkedCell property to the cell.

If it is a Forms combo, set the Cell Link on the Control tab from the Format
Control menu option

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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

combo box 2
combo box 1
txt box linked to combo box - help 1
Prevent edit on combo box? 1
Disabling the Combo Box 6
Combo box in user form 5
Combo Box / VLOOKUP 6
finding line number selected in combo box 5

Top