At the moment I'm using the following to find the last cell but obviously it only searches the A column is there a way I can amend it to search more than one column say to AH, I imagine it's probably some simple syntax but I haven't been able to find it yet.
Thanks
Thanks
Code:
Dim LrowRunners As Long
LrowRunners = sht_runners.Cells(sht_runners.Rows.Count, "A").End(xlUp).Row ' last row with data
Last edited: