Hi
Can you help with a quicker method to update the cells, I'm trying to add a value from one sheet to increase the value across a range on another sheet, whilst skipping any blank cells.
Here's the code I have which works, but takes ridiculously long
Sub testprices()
Dim rng As Range, r As...