A
Alvin Hansen
Hi!!
I send a html mail using excel well maybe not excel using:
Dim objOL As New Outlook.Application
Dim objMail As MailItem
Set objOL = New Outlook.Application
Set objMail = objOL.CreateItem(olMailItem)
Then i create a html mail
It's working allright but but
I use office 2003 and here i can see the mail i have sendt
but on another machine there are using office XP i can't see the mail
i can see who i send to and so on, but the mail is emty i can see that because
it is only 2kb big. in excel i shall change microsoft outlook libary from 11
to 10
thats the only thing i change. So what do i wrong here??
Hope someone can help
Best regards alvin
I send a html mail using excel well maybe not excel using:
Dim objOL As New Outlook.Application
Dim objMail As MailItem
Set objOL = New Outlook.Application
Set objMail = objOL.CreateItem(olMailItem)
Then i create a html mail
It's working allright but but
I use office 2003 and here i can see the mail i have sendt
but on another machine there are using office XP i can't see the mail
i can see who i send to and so on, but the mail is emty i can see that because
it is only 2kb big. in excel i shall change microsoft outlook libary from 11
to 10
thats the only thing i change. So what do i wrong here??
Hope someone can help
Best regards alvin