grumpyoldman
New Member
- Joined
- Dec 27, 2022
- Messages
- 14
- Office Version
- 2019
- Platform
- Windows
I have a UserForm that calls another UserForm, when I press The X on the second UserForm it closes and goes Back to First UserForm then on the Second Visit The X no longer cancels the Second UserForm.
Could anyone Help Me Please.
the form closes using.....
Private Sub UserForm_QueryClose(Cancel As Integer, CloseMode As Integer)
Unload Me
UserForm3.Hide
Teams.Show
End Sub
But this only works Once.
Could anyone Help Me Please.
the form closes using.....
Private Sub UserForm_QueryClose(Cancel As Integer, CloseMode As Integer)
Unload Me
UserForm3.Hide
Teams.Show
End Sub
But this only works Once.