Is there a way to hide everything to do with excel and just leave a userform showing??
If you can, can you make it so that userform is always on top??
Thanks
Ben
Is there a way to hide everything to do with excel and just leave a userform showing??
If you can, can you make it so that userform is always on top??
Thanks
Ben
Hello Ben,
To make Excel disappear...
Application.Visible = False
To bring Excel back...
Application.Visible = True
Add the first line in your UserForm_Activate() event code and the second line in your UserForm_QueryClose() event code.
Sincerely,
Leith Ross
Thanks for all your help
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks