Outlook Script: Pb closing Excel

B

bbnimda

Hi All,

I use an outlook script, I create/open an excel file and write/get info
from/to the Excell File, All is working fine But when I check the task
manager, Excel remain in the process list How can I stop it correctly.

here's a part of my code

Set objExcelApp = Item.Application.CreateObject("Excel.Application")
......
.....
Const olSave = 1
ObjExcelApp.Quit olSave
ObjExcelApp.close
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top