View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Raja Raja is offline
external usenet poster
 
Posts: 70
Default To copy from a range in another sheet to the active cell

Sheets("sheet3").Range("A1:A3").Copy Destination:=ActiveCell

is not working