colosgps1975
New Member
- Joined
- May 30, 2002
- Messages
- 49
My entire workbook coding is rather complicated, but here is my problem:
A button on UserForm1 in Workbook1 opens a new Workbook (Workbook2) based on textbox values in UserForm1. Prior to opening Workbook2, I hide UserForm1. Then I can fill in WorkBook2 as needed. I have a button in Workbook2 that saves the workbook and exits. Now, I return to WorkBook1. I need to 'unhide' UserForm1. There are values in UserForm1 that I need, so I can't unload it. But upon returning to WorkBook1, if I do a UserForm1.show command, I then have 2 UserForm1's loaded.
Any ideas? Thanks to all. This board is awesome.
A button on UserForm1 in Workbook1 opens a new Workbook (Workbook2) based on textbox values in UserForm1. Prior to opening Workbook2, I hide UserForm1. Then I can fill in WorkBook2 as needed. I have a button in Workbook2 that saves the workbook and exits. Now, I return to WorkBook1. I need to 'unhide' UserForm1. There are values in UserForm1 that I need, so I can't unload it. But upon returning to WorkBook1, if I do a UserForm1.show command, I then have 2 UserForm1's loaded.
Any ideas? Thanks to all. This board is awesome.