Hi,
Is there a shorter way to achieve the same result by shortening the VBA code. Please explain in detail if it can be done, so that I can edit it in future if there are some changes.
Here is the Macro:
Sub FindReplaceFor_RD()
Cells.Replace What:="A1", Replacement:="A01", _
LookAt:=xlWhole...