G
Guest
Y'all are gonna get so tired of me...
OK - with my error question earlier today, I need to call a userform, enter
data, and return to processing the rest of the data. Problem is, when I click
OK on the form, it unloads the form and stops processing. Basically, it
terminates the module. How do I get it to continue processing after clicking
OK?
Right now, it relies on the BTNok_Click() event to process the data. Is this
bad?
OK - with my error question earlier today, I need to call a userform, enter
data, and return to processing the rest of the data. Problem is, when I click
OK on the form, it unloads the form and stops processing. Basically, it
terminates the module. How do I get it to continue processing after clicking
OK?
Right now, it relies on the BTNok_Click() event to process the data. Is this
bad?