Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there anything that I can do in VBA that will allow me
to populate the body of an email. Sendmail does not allow me to do this. Thanks Steve |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Steve
http://www.rondebruin.nl/sendmail.htm CDO is also a option See the link on the webpage -- Regards Ron de Bruin http://www.rondebruin.nl "Steve" wrote in message ... Is there anything that I can do in VBA that will allow me to populate the body of an email. Sendmail does not allow me to do this. Thanks Steve |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ron
Thanks for that. Is there a way of changing the sendmail subject to have a date that is today minus three days ? Steve -----Original Message----- Hi Steve http://www.rondebruin.nl/sendmail.htm CDO is also a option See the link on the webpage -- Regards Ron de Bruin http://www.rondebruin.nl "Steve" wrote in message ... Is there anything that I can do in VBA that will allow me to populate the body of an email. Sendmail does not allow me to do this. Thanks Steve . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Steve
Format(Now - 3, "dd-mm-yy") -- Regards Ron de Bruin http://www.rondebruin.nl wrote in message ... Ron Thanks for that. Is there a way of changing the sendmail subject to have a date that is today minus three days ? Steve -----Original Message----- Hi Steve http://www.rondebruin.nl/sendmail.htm CDO is also a option See the link on the webpage -- Regards Ron de Bruin http://www.rondebruin.nl "Steve" wrote in message ... Is there anything that I can do in VBA that will allow me to populate the body of an email. Sendmail does not allow me to do this. Thanks Steve . |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you Ron
-----Original Message----- Hi Steve Format(Now - 3, "dd-mm-yy") -- Regards Ron de Bruin http://www.rondebruin.nl wrote in message ... Ron Thanks for that. Is there a way of changing the sendmail subject to have a date that is today minus three days ? Steve -----Original Message----- Hi Steve http://www.rondebruin.nl/sendmail.htm CDO is also a option See the link on the webpage -- Regards Ron de Bruin http://www.rondebruin.nl "Steve" wrote in message ... Is there anything that I can do in VBA that will allow me to populate the body of an email. Sendmail does not allow me to do this. Thanks Steve . . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Bypass: A program is trying to send mail using Item.Send prompt | Excel Discussion (Misc queries) | |||
Send an e-mail | Excel Discussion (Misc queries) | |||
Send e-mail | Excel Discussion (Misc queries) | |||
Send mail with attachment | Excel Programming | |||
Send Mail | Excel Programming |