View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Send to mail recipient( as attachment)

You find t in ToolsSendMail in the menubar

See also the code section if the Add-in is not doing what you want
http://www.rondebruin.nl/sendmail.htm


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



wrote in message oups.com...

Hi,

Thank you very much for your response. I have downloaded the add-in
and added to Excel.
However, I am not able to see the add-in anywhere.. even with the
Customise window so I can set default email address. I have read
through the user manual and followed the step, but still not able to
see the Customise window or button in Excel to use the SendMail add-in


THanks again


Ron de Bruin wrote:
Hi ?

Yes code

See my site for example code or use my add-in
http://www.rondebruin.nl/mail/add-in.htm


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



wrote in message ups.com...

Hi!
I have a question about excel programming. I'm not sure if this is
feasible but is it possible to set a default email address in the "To"
field or the "cc" field when a user click on the icon "Send to Mail
Recipient (as attachment)" ?

Do I need to write VBA code to set these two fields? Thank you very
much for any assistance!