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 set this userform to close just the workbook it is related to and not all other workbooks as well.
any help would be appreciated.
Thanks
Steve
I'm using:
thisworkbook.application.visible = false
userform1.show
on open.......how do I set this userform to close just the workbook it is related to and not all other workbooks as well.
any help would be appreciated.
Thanks
Steve