View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
KAnoe KAnoe is offline
external usenet poster
 
Posts: 20
Default E-mail date from a sheet TEXT only

I do not see how to do it as text only. I can't use/send a sheet. I would
like it to put the data into the text of the E-mail.

Did I miss it on the site?

Keith

"Ron de Bruin" wrote:

Hi KAnoe

See my site for example code
http://www.rondebruin.nl/sendmail.htm

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



"KAnoe" wrote in message ...
I would like to have a CMB BTN that would send that data on a sheet to E-mail
text only. I know how to do this is access with a CMD BNT with the
DoCmd.SendObject. I would like to do the same in excel so the user can just
hit the CMD BNT and it would send the E-mail. Can I do this?

Keith