Hello,
Id like to use a macro to copy a range of cells and paste them in a new range. To do this I've been able to get a macro that reads as follows:
Sub Macro3()
'
' Macro3 Macro
' Macro recorded 5/31/2009 by Dukeofscouts
'
'
Range("A2").Select
ActiveCell.Range("A1:A6").Select...