Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
10 Frank Alice Brown
20 Allison Green
30 Luke Skywalker
10 Frank Alice Brown
20 Allison NULL Green
30 Luke NULL Skywalker
While ActiveCell.Row < RecordCount
'check all the fields if they are empty
If ActiveCell.Value="" and ActiveCell.Offset(0,1).value="" Then
'delete row
Rows(ActiveCell.Row:ActiveCell.Row).Select
Selection.Delete Shift:=xlUp
end if
wend