Is there a way to order search results from the Current Sheet by their line number within the sheet?
Not directly.
I often create a RowID column with the formula
=RowID1 + 1
in row 2 and copied to the rest of the rows.
I have to update this manually when adding/deleting rows but works.
I also make the font big and bold so I can read them.
Craig