Hello,
My key strokes to record the macro are:
- Ctrl-Home
- Ctrl-F "platform"
- Alt-Downarrow "reflexion"
- Enter
The resulting VBA is:
Range("A1").Select
Cells.Find(What:="platform", After:=ActiveCell, LookIn:=xlFormulas, _
LookAt:=xlPart, SearchOrder:=xlByRows...