View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] nouveauricheinvestments@gmail.com is offline
external usenet poster
 
Posts: 19
Default Sending An Email In Excel Programmatically W/O Sending An Object

Hi,

I want to send an email in excel programmatically but I don't want to
send a workbook or worksheet. I also need to be able to specify the
subject, recipients, and message.

I'm looking for something similar to the 'docmd.sendobject' method in
an access database. Is there anything like that?