O
OssieMac
I use the following to create an object for Outlook.
Dim OutlookApp As Object
Set OutlookApp = CreateObject("Outlook.Application")
What is the syntax to do the same for Microsoft Mail (As supplied with
windows Vista)
I am using xl2007.
Dim OutlookApp As Object
Set OutlookApp = CreateObject("Outlook.Application")
What is the syntax to do the same for Microsoft Mail (As supplied with
windows Vista)
I am using xl2007.