S
Sarah
I am trying to copy a range of cells to another
worksheet .... and then move to the next column
Please help with code - I'm getting a Runtime error 1004
thanks
Sub Macro2()
'
' Macro2 Macro
' Macro recorded 08/10/2003 by SARAH RANSOME
'
' Keyboard Shortcut: Ctrl+f
'
Sheet2.Range("E2:E56").End(xlToRight).Offset(0,
1).Value _
= Sheet1.Range("G2:G56").Value
worksheet .... and then move to the next column
Please help with code - I'm getting a Runtime error 1004
thanks
Sub Macro2()
'
' Macro2 Macro
' Macro recorded 08/10/2003 by SARAH RANSOME
'
' Keyboard Shortcut: Ctrl+f
'
Sheet2.Range("E2:E56").End(xlToRight).Offset(0,
1).Value _
= Sheet1.Range("G2:G56").Value