Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can anyone kindly help with the following:
How do I retrieve a value from a single selection listbox and then use the value returned to run an autofilter. FYI the contents of my listbox represent both the worksheet name as well as the range name. I'm used to coding multi- select listboxes so this should be even easier but, like yesterday and my naming ranges question, I'm still having a mental block. My autofilter code is below it's not correct but hopefully you'll get the idea With Sheets.LstSheet.Value.Range = LstSheet.Value .AutoFilter Field:=2, Criteria1:="M" .AutoFilter Field:=3, Criteria1:=vChanArr(n) End With Many thanks Jacqui |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Synchronize data in two LISTBOXes | Excel Discussion (Misc queries) | |||
start and end dates within listboxes | Excel Worksheet Functions | |||
How do I refresh the selection listboxes on a pivot table? | Excel Discussion (Misc queries) | |||
Linked ListBoxes | Excel Programming | |||
Listboxes get unchecked on save-as | Excel Programming |