Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, I have no experience of combo boxes but I woould like one to filter the
value on a worksheet to be used in a macro. I am trying to make the user select the value from a list in a combo box called "dropdown7_change" which is passed to a macro for filtering a field in a spreadsheet. I have the combo box set up on sheet1 and I require it to filter into the selection below. With Selection .AutoFilter Field:=10, Criteria1:="dropdown7_Change" .AutoFilter Field:=13, Criteria1:="Y" .AutoFilter Field:=11, Criteria1:="=Current" .AutoFilter Field:=12, Criteria1:="=Open for Editing" End With Hope you can help. Davie |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combo Box - Set Value in Macro | Excel Discussion (Misc queries) | |||
Macro to be used with Combo box | Excel Worksheet Functions | |||
Combo Box and Macro | Excel Discussion (Misc queries) | |||
Combo box macro problems | Excel Programming | |||
Use a macro to modify a combo box | Excel Programming |