hi im a beginner at VB and im wondering how to link forms. iv designed the first form with a command button continue and the code segment i thought would work is
CODE
Private Sub CommandButton1_Click()
Load UserForm2
End Sub
any help would be appreciated