Retrieves first empty row in an Excel sheet.
Retrieves first empty row in an Excel sheet.
Rate Retrieves first empty row in an Excel sheet.
(1(1 Vote))
Dim rngBlankCell As Range
'Determine the last row
Set rngBlankCell = Sheets("Categories").Columns(1)
intBlankRow = rngBlankCell.Find("", Range(strCatIDCol & strStartRow)).Row
Retrieves first empty row in an Excel sheet. Comments
No comments yet — be the first to post one!
Post a Comment