I have a vba code that utilizes Docmd.SendObjec t, and it defaults to whatever email system the person have in the pc.. Is there a way in VBA to utilize Yahoo as the email platform instead of the default email system in the user pc?
Docmd.SendObject
Collapse
X
-
I know of another way to send emails using CDO... you don't require a mail server too just internet access...
See Ron De Broin's page on emailing...
www.rondebruin. nl
HTH
z
Comment