Combo Box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am new to this and have a simple question. How do you link values to the combo box so they appear in the dropdown list

Many thanks

Joe
 
If you are creating a combo box from the control toolbox:

1. Populate a range (say A1:A5) with your list of values.
2. Create a combo box on the same worksheet.
3. Right-click the combo box and select 'Properties'.
4. Enter "A1:A5" (no quotes) in the 'ListFillRange'.
5. Enter an output cell (say J1) into the 'LinkedCell'.
6. Close the 'Properties' window and get out of exit
design mode.

HTH
Jason
Atlanta, GA
-----Original Message-----
I am new to this and have a simple question. How do you
link values to the combo box so they appear in the
dropdown list?
 
If from the combo box I select the value in A4 which is Paul, J1 returns 4
the position in the range versus the value in the range. What's wrong here?
TIA,
 
Ok, I was using the Forms route;
I switched to the Control route and it works,
Thanks,
 

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


Back
Top