Help with ComboBox

u813222

New Member
Joined
Sep 27, 2005
Messages
12
I am using combobox from Control Toolbar on the worksheet "A" that should populate list of values from another sheet "B". Then from another workbook to read the value of this combo box. I tried to use VBA but it doesn't seem to work for me.




Thanks in advance

Lana
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
On sheet B, set up a named range for the values you'd like to see populate your combobox. Then go to sheet A and make sure you are in design mode on the control toolbar. Right click your combobox and select Properties. Under ListFillRange type in the name of your named range. Exit design mode and click your combobox. It should be populated.

To have another workbook read the value in the combobox go back into Properties and under LinkedCell select a cell on the same sheet as your combobox. Then have your other workbook link to that cell.
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,575
Members
449,039
Latest member
Arbind kumar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top