Is there a way I can write my Userform code in a module?
The reason I'm asking this is because I have a multi-page userform with an increasingly massive amount of code behind it. For organizational purposes, I'd like to be able to space out the code in different modules. But I don't know if this can be done for userforms (aside from calling a subroutine from the userform event).
Is there a way to write UserForm code in a module without having to call the subroutine from the userform code?