Hello all,

I'm having trouble getting the subtraction element of this code to work on the final row of data each time it is run instead of only on the specific cells which are referenced in the code. I've tried using

Dim lrb As Long
With Sheets ("________")
lrb = .Range ("F" & Rows.Count) .End(3).Row

But this doesnt seem to help.

Any ideas greatly appreciated.


Please Login or Register  to view this content.