excel and outlook

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
 
M

Michael Bauer

Hi Alvin,

please walk through your code step by step (F8) for watching where what
kind of error occurs. Show us this info together with the code, then
maybe someone is able to help you.
 
Top