![]() |
sendmail
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. |
sendmail
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. |
sendmail
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 |
sendmail
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 |
sendmail
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 |
All times are GMT +1. The time now is 03:44 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com