Hello,
I have written code to hide a workbook behind a user form and to close the workbook when the user form closes however I now can't edit the workbook or code as it works too well!! any suggestions?
Dave
Printable View
Hello,
I have written code to hide a workbook behind a user form and to close the workbook when the user form closes however I now can't edit the workbook or code as it works too well!! any suggestions?
Dave
Unhide it again
[vba]
Windows("workbook.name").Visible = True[/vba]