Application.Quit

  • Thread starter Thread starter bawahoo
  • Start date Start date
B

bawahoo

Will Application.Quit work on Excel files that sit out on the network?
I know it works for Excel files that sit local. Any other exp this
 
It will attemp to exit Excel. If there are no unsaved workbooks then Excel
will terminate (no matter where are those files saved, network or local).
If there are unsaved files, and your code doesn't account for that, the user
will see a message which will give him a chance to cancel the process.
 
Since the Excel application actually runs on your PC, where the acuta
worksheet should not matter.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top