H
Herman
I have a column with dates (dd/mm/yyyy) in which I want to replace
every 29/02 with 28/02.
It works perfectly with the regular "Replace" menu item. Recording
that succesfull process generated the following code :
Selection.Replace What:="29/02", Replacement:="28/02",
LookAt:=xlPart, _
SearchOrder:=xlByColumns, MatchCase:=False,
SearchFormat:=False, _
ReplaceFormat:=False
However, executing this very same code gives no result.
Thanks very much for any help here.
Herman
every 29/02 with 28/02.
It works perfectly with the regular "Replace" menu item. Recording
that succesfull process generated the following code :
Selection.Replace What:="29/02", Replacement:="28/02",
LookAt:=xlPart, _
SearchOrder:=xlByColumns, MatchCase:=False,
SearchFormat:=False, _
ReplaceFormat:=False
However, executing this very same code gives no result.
Thanks very much for any help here.
Herman