mark hansen
Well-known Member
- Joined
- Mar 6, 2006
- Messages
- 534
- Office Version
- 2016
- Platform
- Windows
I've been fighting with application.quit for a while now because it wouldn't close excel. I had this in the open even and first check to see if the user had read write privileges to a folder they will need for everything to work. I got that squared away by putting and Exit Sub after the Application.quit (if they fail the test to see if they have access).
Now I'm seeing the Application.Quit is closing ALL instances of Excel. So if the user is working on something, and opens one of my templates and doesn't have access... It will close down my Excel and then close the other one they had open without asking to save.
Is this normal or can I do something to just close down my instance of Excel?
Mark
Now I'm seeing the Application.Quit is closing ALL instances of Excel. So if the user is working on something, and opens one of my templates and doesn't have access... It will close down my Excel and then close the other one they had open without asking to save.
Is this normal or can I do something to just close down my instance of Excel?
Mark