Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to limit the amount of cells excel will
search in to find a specific value. I have tried this, Set celltofind = Cells.Range("A1:A50").Find(What:="No Match", After:=ActiveCell, LookIn:=xlFormulas, _ LookAt:=xlPart, SearchOrder:=xlByRows, _ SearchDirection:=xlNext, MatchCase:=False) But get an error :o( If I do not include the .Range("A1:A50") to the above. The spreadsheet will keep looking until it finds another match and thus mess the way I track other stuff. I have a spreadsheet that seperates canadian customers from US customers and I would like to keep the finds seperate if possible. Thanks Pete W |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find & Replace - Limit search to a specific column | Excel Worksheet Functions | |||
range limit | Excel Discussion (Misc queries) | |||
Counting characters in text cell to find 255 limit | Excel Discussion (Misc queries) | |||
Range limit of CF | Excel Discussion (Misc queries) | |||
Trying to limit .Find to a specific range | Excel Programming |