HI, I am sure it is simple but I know nothing of macro editing although I recorded this one and simply need it to repeat on each consecutive row to line 228 so its range is set at
A18:J18 I then need it to run on A19:J19 then so on till A228:J228 I would greatly appreciate any education on how to do that
</pre>
' Macro recorded 4/7/2014 by Phoenix-TW
'
' Keyboard Shortcut: Ctrl+r
'
Range("A18:J18").Select
Selection.Copy
Sheets("tro7880_384003666_94B9055DXA122").Select
ActiveSheet.Paste
Application.CutCopyMode = False
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True
Sheets("Sheet1").Select
End Sub</pre>
A18:J18 I then need it to run on A19:J19 then so on till A228:J228 I would greatly appreciate any education on how to do that
</pre>
' Macro recorded 4/7/2014 by Phoenix-TW
'
' Keyboard Shortcut: Ctrl+r
'
Range("A18:J18").Select
Selection.Copy
Sheets("tro7880_384003666_94B9055DXA122").Select
ActiveSheet.Paste
Application.CutCopyMode = False
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True
Sheets("Sheet1").Select
End Sub</pre>