C
Colin Hayes
Hi All
I sue this macro to find and replace a number in column I
Columns("I:I").Select
Selection.Replace What:="5.95", Replacement:="2.95", LookAt:=xlPart,
_
SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False, _
ReplaceFormat:=False
I'd like to replace the values in the macro , requesting variable input
via popup. Can someone help?
Effectively , there would be popups to request the column , the search
number and the replace number.
If it could also cycle back to the beginning on completion (unless
cancelled) that would be helpful too.
Grateful for any advice.
Best Wishes
I sue this macro to find and replace a number in column I
Columns("I:I").Select
Selection.Replace What:="5.95", Replacement:="2.95", LookAt:=xlPart,
_
SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False, _
ReplaceFormat:=False
I'd like to replace the values in the macro , requesting variable input
via popup. Can someone help?
Effectively , there would be popups to request the column , the search
number and the replace number.
If it could also cycle back to the beginning on completion (unless
cancelled) that would be helpful too.
Grateful for any advice.
Best Wishes