Greetings guys!

Hope you can help me out on this one!

I have a spreadsheet with a Userform with many checkboxes and textbox.

Upon the click of the submit button, I would like the checkbox values as well as the texbox values to populate the last empty cell in their respective ranges.

For example:
If Checkbox1 is checked, then I'd like it to return the value "Y-Cording" in the the first available empty cell in range E.
If there is text entered in Textbox1 then i'd like it to return the entered text in the first available empty cell in range Z..etc..

Please note that the data needs to be input starting at row 4

Thanks guys