Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have made several dropdown lists with combo boxes and in each of them I
have a choice called "other". I would like to have this selection lead the user to a cell lets say B1 and list what is other in that cell. I am not sure how to make this work. Any help would be great. Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi
is i understand you, this might work for you.... Private Sub ComboBox1_Change() If ComboBox1.Value = "other" Then Range("B2").Select End If End Sub regards FSt1 "Sara" wrote: I have made several dropdown lists with combo boxes and in each of them I have a choice called "other". I would like to have this selection lead the user to a cell lets say B1 and list what is other in that cell. I am not sure how to make this work. Any help would be great. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Link cell to combo box | Excel Discussion (Misc queries) | |||
forcing excel to update the Cell Link when copying Combo Boxes | Excel Worksheet Functions | |||
Combo Box selection to place $0 into another cell | Excel Discussion (Misc queries) | |||
Is it possible to re-link a cell back to a combo box? | Excel Discussion (Misc queries) | |||
Can I copy a combo box in Excel 2002 with a relative cell link? | Excel Discussion (Misc queries) |