F
Francis Hookham
In a subroutine I need to find which row where a specific numeral occurs in
a column A. numbers will start in A4 and there may be blank cells in the
column.
The Module already has the following
LastUsedRow = Cells(Rows.Count, 1).End(xlUp).Row
to find the range:
Range(cells(4,1),cells(LastUsedRow,1))
How do I carry on from there to find NumberRow?
Thanks
Francis Hookham
a column A. numbers will start in A4 and there may be blank cells in the
column.
The Module already has the following
LastUsedRow = Cells(Rows.Count, 1).End(xlUp).Row
to find the range:
Range(cells(4,1),cells(LastUsedRow,1))
How do I carry on from there to find NumberRow?
Thanks
Francis Hookham