I need a macro to replace the cells
My code is:
Selection.Replace What:="03.2018", Replacement:="04.2018", LookAt:=xlPart _
, SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False, _
ReplaceFormat:=False
But instead "03.2018" should be what i copied from the cell A1 and instead "04.2018" should be what i copied from the cell A2
My code is:
Selection.Replace What:="03.2018", Replacement:="04.2018", LookAt:=xlPart _
, SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False, _
ReplaceFormat:=False
But instead "03.2018" should be what i copied from the cell A1 and instead "04.2018" should be what i copied from the cell A2