X
XP
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.
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.