🎯
Focusing
Senior Data Engineer
Actually interested in Arrow-based tech, Rust and streaming technologies
-
06:22
(UTC +01:00)
Pinned Loading
-
Useful VBA code
Useful VBA code 1Public Function nRows(ws As Worksheet, c As Long) As Long
2' nRows return the number of rows on column 'c' from ws worksheet
3nRows = ws.Cells(ws.Rows.Count, c).End(xlUp).Row
4End Function
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.