View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Email a text file from within a userform

If all people use Outlook then it is possible
CDO is also a option

See
http://www.rondebruin.nl/sendmail.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl



"Pierre Archambault" wrote in message ...
Hi

I need to be able to send an Email to a defined recipient and include a texte file as attachment.

This has to be done in a UserForm only by clicking a CommandButton.

I need to be able to open the default email client with the recipient's address, the subject and the attached file already there.

The user just have to press the "Send" button.

Is this possible?

Thanks

Pierre