What I would like to do is have a module that when run will unload all userforms and then show my Home userform. I cannot figure how to do it.
I would like to create a generic module so I do not have to know which userform is open at the time. Just unload all my userforms and show my begining userform again.
Something like:
Private Sub CloseAll()
'unload all forms
Home.Show
End Sub
Thanks
I would like to create a generic module so I do not have to know which userform is open at the time. Just unload all my userforms and show my begining userform again.
Something like:
Private Sub CloseAll()
'unload all forms
Home.Show
End Sub
Thanks