View Single Post
  #1   Report Post  
Beertje
 
Posts: n/a
Default If Then's for 12 textboxes to check if they are empty.

I have 12 textboxes for data on a userform. Before writing the data to the
worksheet I need to check whether the text boxes are empty or not. If empty
then a message pops up to enter data into the textbox with focus.
Do I need to write 12 separate if thens? Or can I apply an easier quicker
method?