Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Send email Error...Please Help.

I have several computers, most running Win2k with Office 2000 sp3, and 1
machine running WinXP with Office 2000 sp3.

Problem is, when I try to send email from Excel on the WinXP machine I get a:

Run-time error '-2113732605 (82030003)';
Internal application error.

This error only arises on the WinXP machine.

------- My Code: -----------
Private Sub EMail_Lbl_Click()
SendMail
End Sub

Sub SendMail()
Dim olApp As Outlook.Application
Dim olMail As MailItem

Set olApp = New Outlook.Application
Set olMail = olApp.CreateItem(olMailItem)

With olMail
.To = "xxx"
.Subject = "xxx"
.Display
End With

Set olMail = Nothing
Set olApp = Nothing
End Sub
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Send email Error...Please Help.

Hi TroyH

Try this
http://www.rondebruin.nl/mail/problems.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl


"TroyH" wrote in message ...
I have several computers, most running Win2k with Office 2000 sp3, and 1
machine running WinXP with Office 2000 sp3.

Problem is, when I try to send email from Excel on the WinXP machine I get a:

Run-time error '-2113732605 (82030003)';
Internal application error.

This error only arises on the WinXP machine.

------- My Code: -----------
Private Sub EMail_Lbl_Click()
SendMail
End Sub

Sub SendMail()
Dim olApp As Outlook.Application
Dim olMail As MailItem

Set olApp = New Outlook.Application
Set olMail = olApp.CreateItem(olMailItem)

With olMail
.To = "xxx"
.Subject = "xxx"
.Display
End With

Set olMail = Nothing
Set olApp = Nothing
End Sub



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003 giving annoying "Send/Don't Send" error when closing BigDaddyCool Excel Discussion (Misc queries) 0 January 29th 10 02:31 AM
send email to each customer email in excel sheet. -keevill- Excel Discussion (Misc queries) 3 July 17th 08 02:33 PM
I cant send via email my excel sheet. ERROR always. piglets Excel Discussion (Misc queries) 0 June 6th 07 07:00 PM
send wkbk as an email attachment with an email address copied from SueInAtl Excel Discussion (Misc queries) 0 May 21st 07 10:53 PM
body of email disappears when I send an email from Excel ~A Excel Discussion (Misc queries) 0 February 25th 05 10:55 PM


All times are GMT +1. The time now is 09:38 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"