SOLVED!

Sub OpenForm()
'
Dim ABC As New UserForm1
ABC.Show

End Sub

was changed to

Sub OpenForm()

UserForm1.Show

End Sub