Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See the examples in my Outlook macro's
http://www.rondebruin.nl/sendmail.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "XP" wrote in message ... I'm trying to automate Outlook from XL to generate an email using LATE BINDING. I have the following code so far, BUT it breaks when trying to create a MailItem: Dim oOL As Object Dim oMAIL As Object Set oOL = CreateObject("Outlook.Application") Set oMAIL = oOL.CreateObject("Outlook.MailItem") Can someone please correct my code so this will run correctly? Thanks much in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Late Binding with Outlook | Excel Programming | |||
Late binding issues with Excel and Outlook | Excel Programming | |||
repost: need help trying to automate Outlook from XL, with late binding | Excel Programming | |||
Late Binding to Outlook from Excel: Outlook modifies email body | Excel Programming | |||
Creating a MailItem in Outlook from Excel using Late Binding | Excel Programming |