![]() |
|
#4
|
||||
|
||||
|
change:
Code:
Set oRng = .Cells.Find(What:="Pears") Code:
Set oRng = .Cells.Find(What:="Pears", after:=.Cells(.Cells.Count)) The adjustment makes it start searching after the last cell in that range, so it starts searching from the first cell in the range. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Excel VLOOKUP - Return cells that are not blank from range of specified cells | djlw84 | Excel | 10 | 05-09-2022 11:59 AM |
| Index Match and return mutiple results from a table | Bosslb | Excel | 7 | 09-25-2021 11:42 PM |
| need Index, Match, Max to return SUMPRODUCT? | IRHSAM | Excel | 0 | 11-17-2017 09:48 AM |
| Index to return value based on 2 conditions | george batshon | Excel | 2 | 01-28-2017 05:11 AM |
find a set of characters in a string and return a 0 (zero) if not found
|
MaineLady | Excel | 2 | 11-05-2015 03:23 PM |