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
|