Thread
:
Copying across columns
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Don Guillett
external usenet poster
Posts: 10,124
Copying across columns
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"Gemz" wrote in message
...
Hi,
I have the following sample code which keeps creating an error, please can
you tell me whats wrong? the columns to copy need to be in that order.
With oldbk.Sheets(2)
.Columns("H:H,T:T,AK:AK,G:G,AJ:AJ,D:D,AM:AM,AP:AP, AS:AS,AU:AU,AQ:AQ").Copy
Destination:= _
NewbkS2.Range("A1")
End With
thanks.
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett