Hello
I can use the following code to create a outlook object:
How would I create a outlook express object
This doesn't seem to work
It returns:
ActiveX component can't create object 'Outlook.Application'
Thanks
Damian.
I can use the following code to create a outlook object:
Code:
Dim objOutlk
Dim objMail
Set objOutlk = createobject("Outlook.Application")
Set objMail = objOutlk.createitem(0)
How would I create a outlook express object
This doesn't seem to work
It returns:
ActiveX component can't create object 'Outlook.Application'
Thanks
Damian.