Good morning and Merry Christmas Eve.
Just asking myself the question as to which might be more efficient than the other, a or b. And do I need the .Value?
Many thanks,
D€$
Just asking myself the question as to which might be more efficient than the other, a or b. And do I need the .Value?
Code:
a) Sheets("Data").Range("C" & d).Value = Sheets("Somerset").Range("A" & r)
b) Sheets("Somerset").Range("A" & r).Copy Destination:=Sheets("Data").Range("C" & d)
Many thanks,
D€$