Thread
:
Using Popups to supply variables
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Don Guillett[_2_]
external usenet poster
Posts: 1,522
Using Popups to supply variables
Look in the vba help index for INPUTBOX
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"Colin Hayes" wrote in message
...
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
Reply With Quote
Don Guillett[_2_]
View Public Profile
Find all posts by Don Guillett[_2_]