Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
After having typed this code
Dim Send As Dialog Send = Application.Dialogs(xlDialogSendMail).Show( I see a great number of arguments. What do they stand for, or where could I find that? Thanks in advance -- Eef H. |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Try searching in the HELP for VB Editor
You may look for 'Built-In Dialog Box Argument Lists' Arguments are recipients (string), subject (string), return_receipt (boolean) Example: Sub test() send = Application.Dialogs(xlDialogSendMail).Show("abc@no where.com", "This is a test mail", True) End Sub "Eef" wrote: After having typed this code Dim Send As Dialog Send = Application.Dialogs(xlDialogSendMail).Show( I see a great number of arguments. What do they stand for, or where could I find that? Thanks in advance -- Eef H. |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi Eef
Why not use other mail code You have much more options then See http://www.rondebruin.nl/sendmail.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Eef" wrote in message ... After having typed this code Dim Send As Dialog Send = Application.Dialogs(xlDialogSendMail).Show( I see a great number of arguments. What do they stand for, or where could I find that? Thanks in advance -- Eef H. __________ Information from ESET Smart Security, version of virus signature database 3954 (20090323) __________ The message was checked by ESET Smart Security. http://www.eset.com __________ Information from ESET Smart Security, version of virus signature database 3954 (20090323) __________ The message was checked by ESET Smart Security. http://www.eset.com |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Ron,
Dank. Duizelingwekkend wat er mogelijk is. Eef H. "Ron de Bruin" schreef in bericht ... Hi Eef Why not use other mail code You have much more options then See http://www.rondebruin.nl/sendmail.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Eef" wrote in message ... After having typed this code Dim Send As Dialog Send = Application.Dialogs(xlDialogSendMail).Show( I see a great number of arguments. What do they stand for, or where could I find that? Thanks in advance -- Eef H. __________ Information from ESET Smart Security, version of virus signature database 3954 (20090323) __________ The message was checked by ESET Smart Security. http://www.eset.com __________ Information from ESET Smart Security, version of virus signature database 3954 (20090323) __________ The message was checked by ESET Smart Security. http://www.eset.com |
#5
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Graag gedaan
Suc6 -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Eef" wrote in message ... Ron, Dank. Duizelingwekkend wat er mogelijk is. Eef H. "Ron de Bruin" schreef in bericht ... Hi Eef Why not use other mail code You have much more options then See http://www.rondebruin.nl/sendmail.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Eef" wrote in message ... After having typed this code Dim Send As Dialog Send = Application.Dialogs(xlDialogSendMail).Show( I see a great number of arguments. What do they stand for, or where could I find that? Thanks in advance -- Eef H. __________ Information from ESET Smart Security, version of virus signature database 3954 (20090323) __________ The message was checked by ESET Smart Security. http://www.eset.com __________ Information from ESET Smart Security, version of virus signature database 3954 (20090323) __________ The message was checked by ESET Smart Security. http://www.eset.com __________ Information from ESET Smart Security, version of virus signature database 3955 (20090323) __________ The message was checked by ESET Smart Security. http://www.eset.com __________ Information from ESET Smart Security, version of virus signature database 3955 (20090323) __________ The message was checked by ESET Smart Security. http://www.eset.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sendmail | Excel Discussion (Misc queries) | |||
Branching Logic after SENDMAIL | Excel Worksheet Functions | |||
sendmail | Excel Discussion (Misc queries) | |||
Ron DeBruin's Sendmail | Excel Discussion (Misc queries) | |||
SendMail Question | Excel Discussion (Misc queries) |