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 E-mail date from a sheet TEXT only

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