Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Using the FIND below, what do I need to get the row and cell where I find the
match in column B? With Sheets("Sheet1").Range("B:B") Set Rng = .Find(What:="I-100421224950", _ After:=.Cells(.Cells.Count), _ LookIn:=xlValues, _ LookAt:=xlWhole, _ SearchOrder:=xlByRows, _ SearchDirection:=xlNext, _ MatchCase:=False) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Simple Find Blank row | Excel Discussion (Misc queries) | |||
Simple find with right function | Excel Worksheet Functions | |||
simple find | Excel Worksheet Functions | |||
Simple question to find min value | Excel Programming | |||
So simple I can't find the answer! | Excel Programming |