Hi guys,
I have a range ("B2:J" & Last Row) which takes an input, calculates, then I wish to paste the results to the last row of another sheet. I could do it with an ordinary selection.copy and paste, but the loop runs approx 4000 times and is rather slow.
I found some efficent code I am...