J
Jeff
I am having trouble closing Excel, ( the Application )
from VBA. I am able to close a specific workbook, but
cannot force Excel the application to close. I am trying
to code a return to desktop, closing entirely the Excel
application. I have tried using,
Workbooks("workbook_Name").close
and
Application.Quit
Both of these methods leave excel and the VBA editor
running. Am using Excel 2000.
from VBA. I am able to close a specific workbook, but
cannot force Excel the application to close. I am trying
to code a return to desktop, closing entirely the Excel
application. I have tried using,
Workbooks("workbook_Name").close
and
Application.Quit
Both of these methods leave excel and the VBA editor
running. Am using Excel 2000.