View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Patrick Molloy[_2_] Patrick Molloy[_2_] is offline
external usenet poster
 
Posts: 1,298
Default Excel and outlook

strange. easiest "fix" would be to delete the buttons & frame & then drop in
a new frame and buttons. Within the frame, setting one option's link cell
will set the others too by default.

"Alvin Hansen" wrote:

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