View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jeff[_29_] Jeff[_29_] is offline
external usenet poster
 
Posts: 1
Default closing Excel in VBA

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