E
Ed C
Can I get help in this newsgroup with recording macros?
I have recorded the following macro using the macro recorder. The cursor was
'in' cell E7
Selection.Cut
Range("E5").Select
ActiveSheet.Paste
Range("E10").Select
I would now like to convert this to a general purpose macro. I need help
using [R][C] notation.
The steps are simple:
For i = 1 to 100
(1) Using the active cell, cut its value (a constant)
(2) Move up 2 rows
(3) Paste value
(4) Move down 5 rows.
Next i
How do I change the recorded macro?
Thanks for help.
EdC
I have recorded the following macro using the macro recorder. The cursor was
'in' cell E7
Selection.Cut
Range("E5").Select
ActiveSheet.Paste
Range("E10").Select
I would now like to convert this to a general purpose macro. I need help
using [R][C] notation.
The steps are simple:
For i = 1 to 100
(1) Using the active cell, cut its value (a constant)
(2) Move up 2 rows
(3) Paste value
(4) Move down 5 rows.
Next i
How do I change the recorded macro?
Thanks for help.
EdC