Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Matt, this method worked perfectly for me.
"MattShoreson" wrote: use a dynamic range to name the two columns, e.g. "countries" then use Sub comboBox1_Change() with me .comboBox2.value = application.worksheetfunction.vlookup(.combobox1.v alue,countries,2,false) end with End Sub -- MattShoreson ------------------------------------------------------------------------ MattShoreson's Profile: http://www.excelforum.com/member.php...fo&userid=3472 View this thread: http://www.excelforum.com/showthread...hreadid=535571 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Graph linked with combo boxes | Excel Discussion (Misc queries) | |||
Linked combo boxes | New Users to Excel | |||
Dependent (linked) combo boxes | Excel Discussion (Misc queries) | |||
Combo Box doesn't display text in linked cell | Excel Programming | |||
Linked Combo Boxes | Excel Worksheet Functions |