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
|