What I need is some code to check if a few text boxes are empty, if the text box is empty then a message box should pop up that displays all which text boxes are empty and afterwards aborts the rest of the code.
example:
Company name: (Blank)
Brand name: (Blank)
cost: (Blank)
after hitting submit a text box should pop up and inform the user that the above data is missing and stop the rest of the code from executing.
below is the code I have however it does not stop the data that eventually gets added from being added to the spreadsheet
rest of the code
Bookmarks