closing Excel in VBA

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

What's the proper way to close Excel after you've opened a workbook in VBA?
I tried excel.application.quit and set ex = nothing but Excel continues to
run in the background. None of the books I looked at helped. I even copied
code from a few books, and found that Excel still ran in the background even
with their published code.

Jeff
 

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