column copy
Curt,
As an example, to copy column A in the activesheet to column A of a sheet
named Sheet2:
ActiveSheet.Range("A:A").Copy Sheets("Sheet2").Range("A:A")
--
Hope that helps.
Vergel Adriano
"Curt" wrote:
I have code that sorts data worksheet sub (AAAA)
Need code in another procedure that will run sort code first (AAAA) Then
copy columns (A),(D),(E),(G),(L) to worksheet announcer. This builds the
worksheet to be used with a mail merge for printing announcer cards. Have not
tried to copy columns only cells
Help Greatly Appreciated
Thanks
|