My first question was how to have a macro email a document to a specific address. John was great to give me the code below to do this. One addition question I have is how can I pull a value from a Cell in the document to be included in the subject line of the email. Thanks
CODE
ActiveWorkbook.SendMail "Recipient@emailaddress.com", "Subject"
Mike
CODE
ActiveWorkbook.SendMail "Recipient@emailaddress.com", "Subject"
Mike