Required field message - Excel

  • Thread starter Steve S via OfficeKB.com
  • Start date
S

Steve S via OfficeKB.com

I am creating a form in Excel and have cretin fields that must have
information entered before moving to the next field. Is there a way to have
a message pop up (Information is required) if the field is left blank. I’m
new at using VB and any help would be greatly appreciated.

Thank you,
Steve
 
N

Nick

Steve
One suggestion is
Try using the exit event for the control and have a procedure to test the
entry.

Hope this helps.

Nick
 
Top