Hello.
I am making a program to help people with HTML. I.e. They fill out areas such as (combo boxes for background, text, link colors, etc. Text boxes for their email address, etc.)
What I needed to know how to do was the following:

1. Check to make sure all fields have been filled out, if not. alert the user with a MsgBox telling them which was missed.
2. If ALL fields are filled out the program may proceed and fill in the Text box with the HTML, using the supplied information, but have it so it will not go on without having them all filled in.

(during coding)
3. How (when using a Rich Text Box, to go to the next line down [as if you had hit the enter key]...rather than have to put a million spaces till it pushes the text to the line beneath the previous one.

Thanks in advance to anyone who can help me out a little

(if it helps i have 1 textbox for email, 3 rich text boxes, 5 combo boxes for colors and a command button used to check all that and enable a rich text box to place the html codes there)