Hello,
I have a userform that performs a few functions and on completion im running the following to close it
Everything works fine.
Issue im having is, after it closes the workbook, there remains an excel screen open with just a gray background, no spreadsheet. All i have to do is close that as well.
Not too much harm but would like to know if there is way to prevent that from happening.
Thank You
I have a userform that performs a few functions and on completion im running the following to close it
Code:
Unload Me
ThisWorkbook.Close False
Everything works fine.
Issue im having is, after it closes the workbook, there remains an excel screen open with just a gray background, no spreadsheet. All i have to do is close that as well.
Not too much harm but would like to know if there is way to prevent that from happening.
Thank You