I recorded the Macro below, but I don't want it to return to the orginal cells I simply want it to keep moving down so I know I need to change change, but I don't know VB so I don't know what the statement to make it simply move one cell down is, thanks.
Sub Macro3()
'
' Macro3 Macro
' Macro recorded 3/12/2008 by Stephen Goldberg
'
'
Range("C111").Select
ActiveSheet.Paste
Range("C112").Select
ActiveSheet.Paste
Range("C113").Select
ActiveSheet.Paste
Range("C114").Select
ActiveSheet.Paste
Range("C115").Select
ActiveSheet.Paste
End Sub
Bookmarks