L
Lilbit
I have a macro which works perfectly. However, three lines of the macr
have to be changed to reflect the specifics of each file I'm working on.
Is there a way to run the macro and have it pause at each of the thre
lines allowing me to input information. The three lines are:
Set ws1 = Sheets("Sheet1") '<<< Change
Set rng = ws1.Range("A1
45")
FieldNum = 1
Thanks!!
-
Message posted using http://www.talkaboutsoftware.com/group/microsoft.public.excel.worksheet.functions
More information at http://www.talkaboutsoftware.com/faq.htm
have to be changed to reflect the specifics of each file I'm working on.
Is there a way to run the macro and have it pause at each of the thre
lines allowing me to input information. The three lines are:
Set ws1 = Sheets("Sheet1") '<<< Change
Set rng = ws1.Range("A1
FieldNum = 1
Thanks!!
-
Message posted using http://www.talkaboutsoftware.com/group/microsoft.public.excel.worksheet.functions
More information at http://www.talkaboutsoftware.com/faq.htm