View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default copy and paste

worksheets("Sheet1").Range("B9:F100").Copy _
Destination:=Worksheets("Sheet3").Range("M32")

--
Regards,
Tom Ogilvy

"Please help" wrote in message
...
How can I copy a range of cell from sheet 1 and copy them to a different

range of cells in Sheet2 using VBA code? If you have any suggestions, it
would be greatly appreciated