View Single Post
  #1   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 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