I have created a userform for users to update and recieve data, however I seem to be stuck. Why is it that when I close the userform, it closes all other excel documents that are currently open as well.
I'm using:
thisworkbook.application.visible = false
userform1.show
on open.......how do I...