Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi - I want to use a combo box from form control in excel, ive done combo
boxes in userforms and i'm comfortable with vba when working with userforms (me.combobox.value = 1 etc), but using a combo box seperately in excel is something new to me. I've got a drop down box, which feeds off a range, what i'm looking to do is put a change event on the drop down and pick the selected value from drop down and place it into a cell in a sheet. With Worksheets("sheet1") ..Range("B3") = .DropDowns("Drop Down7").Value End With any help would be miuch appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drop Down Lists: Allow option of adding own data if not in drop do | Excel Worksheet Functions | |||
Creating drop downs in a cell contingent on another drop down | Excel Discussion (Misc queries) | |||
Drop down lists that auto create and then filter the next drop down list | Excel Worksheet Functions | |||
controlling a form drop down based on selection of another drop down | Excel Programming | |||
Cross-referenced drop-down menu (nested drop-downs?) | Excel Worksheet Functions |