Thread
:
how to stop a hidden session from Excel
View Single Post
#
2
Posted to microsoft.public.excel.programming
AA2e72E
external usenet poster
Posts: 400
how to stop a hidden session from Excel
If, say, xl is your instance of Excel, you need to
xl.Quit
If you have open and unsaved workbooks, save the workbook first or if you do
not want to save it, set
xl.Axtiveworkbook.Saved = True
Reply With Quote
AA2e72E
View Public Profile
Find all posts by AA2e72E