ThrottleWorks
Excel Ninja
Hi,
I am using below mentioned code to paste data.
I noticed use of "Destination:=" while browsing some excel related search on internet.
Would like to know is it safe to use "Destination:=" for pasting data.
Till now I have not faced any issues while using this line just wanted to know out of curiosity.
Can anyone please help me in this.
I am using below mentioned code to paste data.
I noticed use of "Destination:=" while browsing some excel related search on internet.
Would like to know is it safe to use "Destination:=" for pasting data.
Till now I have not faced any issues while using this line just wanted to know out of curiosity.
Can anyone please help me in this.
Code:
Rng.Copy Destination:=Worksheets("AAA").Cells(1, 36)