View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Luc[_7_] Luc[_7_] is offline
external usenet poster
 
Posts: 21
Default Strange thing when copying a range !!

Same response error 1004......


"marcus" schreef in bericht
...
Hi Luc

Sheets ("MASTER").Range("Fall_from_height").copy

If you want to paste it say in A1 then


Sheets ("MASTER").Range("Fall_from_height").copy Range("A1")


Take care

Marcus