Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to use the find command to find a cell that has a
specific value in the A column and the B column. I know how to use the find command to find the row with the value in the A column, but not when there is both. Thank you. Here is how I find the value in the A column With wks_W.Range("A4:A" & WorksheetFinalRow) Set n = .Find(answervalue, LookIn:=xlValues) If Not n Is Nothing Then i = n.Row End With |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find Command | Excel Discussion (Misc queries) | |||
FIND command | Excel Discussion (Misc queries) | |||
Excel has a "Find Next" command but no "Find Previous" command. | Excel Discussion (Misc queries) | |||
Find Command | Excel Programming | |||
Find Command | Excel Programming |