Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to setup so I don't have to select the library in
Tools/references. I get "Run-time error 429: ActiveX component can't create object". Isn't that correct to setup for a late binding? Dim OutApp As Object Dim OutMail As Object Set OutApp = CreateObject("Object.Application") Set OutMail = CreateObject("Outlook.MailItem") Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Late Binding to Outlook Web Apps 2003 from Excel 2000 | 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 |