If it works for you great. I wouldn't instantiate an Outlook session inside
the Quit event myself. But that's up to you.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
"Mike" wrote in message
...
Actually, this CAN be done. I just added a msgbox at the end so that it
would
give Outlook a second to get the message out of the outbox. I used a
msgbox
that would only display for 2 seconds then close.
CreateObject("WScript.Shell").Popup "To-Do List Sent", 2, "Done!"