What command can I use to insert a blank line based on the value of a cell? Ie: Whenever I encounter a cell in my first column with the value "Main" I want to insert a row right before it. I want to loop throught the entire column of data, retaining the last row letter with data in it for reference. How can I loop through, inserting blank lines and what do I use to determine the where the data ends?