SOLVED!
Sub OpenForm()
'
Dim ABC As New UserForm1
ABC.Show
End Sub
was changed to
Sub OpenForm()
UserForm1.Show
End Sub
SOLVED!
Sub OpenForm()
'
Dim ABC As New UserForm1
ABC.Show
End Sub
was changed to
Sub OpenForm()
UserForm1.Show
End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks