cmschmitz24
Board Regular
- Joined
- Jan 27, 2017
- Messages
- 150
Can someone help me with a tweak to the find and replace code to replace in a different cell.
Find 00600629 in column E
Replace with Christina in column F, same cell number
Code:
Range(Selection, Selection.End(xlDown)).Select
Cells.Replace What:="00600629", Replacement:="Christina", LookAt:=xlPart, SearchOrder:= _
xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False
Find 00600629 in column E
Replace with Christina in column F, same cell number