A
ahyui
When I close the active workbook with VBA as follow:
Windows("test.xls").Close Savechanges:=False
I can close the workbook successfully but the Excel Application is still
exist (although there is no any Excel workbook opened). How can I close the
workbook with the Excel Application close also.
Thanks for your kinkly assistance.
Windows("test.xls").Close Savechanges:=False
I can close the workbook successfully but the Excel Application is still
exist (although there is no any Excel workbook opened). How can I close the
workbook with the Excel Application close also.
Thanks for your kinkly assistance.