my question is in what event the submit button enable should be written if text boxes are filled, for VBA
for example im talking about the Private sub userform initialize()
i had created a userform where i used 2 frames. while the macro runs it initialize the first frame and user logins using that form to go the next form which is in the other frame.
in this second frame form i have 3 text box fields. only if the user inputs all the three text box then the command button should be enabled. im now stuck with in which event this code should be written.
Thank you