I created my first VBA application and I added error checking for severval text boxes (.txtOrganization, txtStartYear, txtStartMonth, txtEndYear, txtEndMonth) as you can notice the error checking happens in several user define functions and thus if a person does not fill in a text box in several areas. Each function will create a msgbox which can lead to several msgboxes on the screen. How can I streamline this process that only one msgbox appears on the screen stating all the boxes that need to be filled in??? also since this is my first VBA app any ideas how to make this a better app?? Thanks in advance




Please Login or Register  to view this content.


Please Login or Register  to view this content.