Outlk 2k3 Script: Closin an opened Excel

N

news.microsoft.com

Hi All,

From an outlook script I launch Excel and fill I with data extracted from
my Task then I display It

Set objExcelApp = Item.Application.CreateObject("Excel.Application")



here is my code

ObjExcelApp.Workbooks.Add

Set ObjExcelBook = objExcelApp.ActiveWorkBook

Set ObjExcelSheets = objExcelBook.WorkSheets

-

-

-

objExcelSheet.Activate

objExcelApp.Application.Visible = True



Now I want To know how to close Excel

Tks
 

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