Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I'm using this procedure in order to send mail: Set iMsg = CreateObject("CDO.Message") Set iConf = CreateObject("CDO.Configuration") With iMsg Set .Configuration = iConf .To = " .CC = "" .BCC = "" .From = """Max"" " .Subject = "Mail Subject" .TextBody = "Text Example" .AddAttachment "C:/Temp/" & WBname .Send End With all works fine on my computer, but in office I receive this error message: RUN TIME ERROR (80040220) Configuraton Value "SendUsing" is invalid. Please, can someone tell me what is the cause? Thanks in advance JFM |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
replace VBA run-time error message with custom message | Excel Programming | |||
Replace Excel Message w/Custom Message | Excel Programming | |||
Intercept/replace standard 'cell protected' message with my own message? | Excel Programming | |||
Opening an attachment of a message that has a message as attachmen | Excel Programming | |||
Displaying a message in a message box without requiring user to click anything to proceed | Excel Programming |