ekimsnilloc87
New Member
- Joined
- Mar 21, 2019
- Messages
- 1
Hey guys, this is my first post here, and i made an account to get help from the experts!
I have a self contained calculator that is a userform which does not require a visible workbook to operate.
So, in my Workbook Open sub, i have:
Application.Visible = False
UserForm1.Show
and this used to work to make the UserForm open automatically and hide the excel window, but now it doesn't work. If I open the workbook by double clicking it, then the userform will open but the spreadsheet window will be behind it.
If I open Excel, and then go to File:Open, to open it, then the userform opens by itself and the spreadsheet window is hidden.
I am not sure why this would be different depending on how the file is opened, so any insight would help!
Thank you!
I have a self contained calculator that is a userform which does not require a visible workbook to operate.
So, in my Workbook Open sub, i have:
Application.Visible = False
UserForm1.Show
and this used to work to make the UserForm open automatically and hide the excel window, but now it doesn't work. If I open the workbook by double clicking it, then the userform will open but the spreadsheet window will be behind it.
If I open Excel, and then go to File:Open, to open it, then the userform opens by itself and the spreadsheet window is hidden.
I am not sure why this would be different depending on how the file is opened, so any insight would help!
Thank you!