Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is a segment of a working macro where I would like to be able to choose the column in a drop down to for Set rngFirst =
strFindWhat = Range("G1") Set rngFirst = Range("A:A").Find(What:=strFindWhat, _ LookAt:=xlPart, _ SearchOrder:=xlByRows, _ SearchDirection:=xlNext, _ MatchCase:=False) Basically I want to change A:A to B:B or C:C by selecting it from a drop down and look for "strFindWhat" in that column. So if I chose C:C in the drop down then I would have: Set rngFirst = Range("C:C").Find(What:=strFindWhat, Thanks. Howard |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drop Down choice needs to lead to another drop down menu | Excel Discussion (Misc queries) | |||
run code *after* drop down list choice | Excel Programming | |||
Sorting based on Drop Down choice | Excel Discussion (Misc queries) | |||
How do i create a multiple choice drop down list | Charts and Charting in Excel | |||
How do I set up a drop down choice in a cell | Excel Discussion (Misc queries) |