Private Sub Command1_Click()
Dim MyForms(1 To 2) As Form1
Set MyForms(1) = New Form1
Set MyForms(2) = New Form1
MyForms(1).Show
MyForms(2).Show
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.