View Single Post
  #3  
Old November 29th 06, 08:37 PM posted to microsoft.public.outlook.program_vba
bbnimda
external usenet poster
 
Posts: 29
Default Outlk 2k3 Script: Closin an opened Excel

Tks Ken,


"Ken Slovak - [MVP - Outlook]" a écrit dans le message
de news: ...
ObjExcelApp.Quit

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"news.microsoft.com" wrote in message
...
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





Ads