I did try recording a macro and using the SendTo - Mail recipient Command, Which generated this code:
Application.Dialogs(xlDialogSendMail).Show
But Unlike Access SendObject there is no where for Subject,
Body text, TO: , And CC:
Is there an easy way to do this in code? I'm pretty new to
the excel Object Set.