A simple way to find the next completely empty row in Excel using VBA/Macros, even if some columns are missing values.
This tutorial combines the basic code for going to the end of a data set with additional code that verifies that a row is empty and, if it is not, it will then move down the worksheet until it finds the next truly empty row.
The system I show you here allows you to ensure that you find the next empty row, even if your data set is non-standard or full of empty cells.