I am looking to insert a new row below a frozen header row at the top of a spreadsheet. The issue I face is the amount of rows in the header is ever changing but I always want the row to be inserted at the first line below the header. Is there a flag in the row that says its frozen? which I could just count the amount of rows with said flag, add 1 and insert row. Any help would be very helpful.
Matt


ActiveWindow.FreezePanes(in VBA), orView | Freeze Panes | Freeze Panes(from the ribbon). Or do you meanSplitwhere you have multiple scrollable views of the same spreadsheet in the same window?