Hi,
I have the current VBA code below which I would like to turn into a loop:
Dim NoYrs As Long 'number of years
Dim LRbf As Long 'last row
NoYrs = Sheets("Lists").Range("E655536").End(xlUp).Row - 1
LRbf = Sheets("BF").Range("A655536").End(xlUp).Row
' Get First batch...