I don't know how to explain this more clearly than I can.
The codes in my form are getting too many/long. How do you split the codes into another? and still having the same classes and events in order to reduce the amount of codes in the form.
Sorta like using two monitors(form1/form2) in one PC, the second monitor(form2) acts as an extension.
Example
Form1
Form2? Module?
Private sub Form1 Load
End Sub