R
RoadKing
Good evening:
Thanks in advance for your help
John
______________________________________________________
Sub MoveData()
'
' MoveData Macro
' Macro recorded 8/25/2007 by John Donadio
'
' Keyboard Shortcut: Ctrl+z
'
Range("A12:L12").Select
Selection.Copy
Sheets("Activity").Select
Range("A1").Select
Selection.End(xlDown).Select
Range("A26").Select ** I need this to go to the a blank
row rather than returning to A26**
ActiveSheet.Paste
Range("A1").Select
Sheets("Data Sheet").Select
Application.CutCopyMode = False
Selection.ClearContents
End Sub
Thanks in advance for your help
John
______________________________________________________
Sub MoveData()
'
' MoveData Macro
' Macro recorded 8/25/2007 by John Donadio
'
' Keyboard Shortcut: Ctrl+z
'
Range("A12:L12").Select
Selection.Copy
Sheets("Activity").Select
Range("A1").Select
Selection.End(xlDown).Select
Range("A26").Select ** I need this to go to the a blank
row rather than returning to A26**
ActiveSheet.Paste
Range("A1").Select
Sheets("Data Sheet").Select
Application.CutCopyMode = False
Selection.ClearContents
End Sub