Why is my Do Until Loop only printing the last value in the loop? Excel VBA

I am writing an Excel VBA macro for a submission form. My goal is to hit the submit button and have the entered information sent to the database sheet "shTaskDB". The list has 15 available lines, but it is likely that not all these lines will be filled out. I created a Do Until Loop… Read More Why is my Do Until Loop only printing the last value in the loop? Excel VBA