rocket5292
Programmer
i'm creating a userform in excel that is basically a deposit slip and has three columns of controls running down it. The first column is comboboxes that are populated with every company that we get a check from. The user selects the company and then tabs to the second column which is a textbox where theyre suppose to type in the checknumber. The third column is a textbox where they put in the check amount. I have 20 rows of these three controls on my userform so that someone can enter up to 20 checks per deposit. How would I write code so that i can have a msgbox pop up if someone only partially fills in one of the rows. i.e. someone puts in a check amount but not a check number? thanks for the help.