View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gemz Gemz is offline
external usenet poster
 
Posts: 86
Default Copying across columns

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.