S
Susan Lammi
I am unable to start Outlook from Excel (VBA) using either of the
following. I would prefer early binding but will take either....
Both of the set commands results in an Application error
"The instruction at 0x309ad857 referenced memory at 0x00000000. The
memory could not be read.
If I open Outlook manually then either one of the set commands will work
properly.
Excel has the appropriate reference set.
Can someone shed some light on this problem...... Thanks
Set ol = New Outlook.Application
Set myolapp = CreateObject("Outlook.Application")
following. I would prefer early binding but will take either....
Both of the set commands results in an Application error
"The instruction at 0x309ad857 referenced memory at 0x00000000. The
memory could not be read.
If I open Outlook manually then either one of the set commands will work
properly.
Excel has the appropriate reference set.
Can someone shed some light on this problem...... Thanks
Set ol = New Outlook.Application
Set myolapp = CreateObject("Outlook.Application")