View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Roy Harrill Roy Harrill is offline
external usenet poster
 
Posts: 14
Default Email Range Contents

I would appreciate knowing how to email the contents of a named range as
email text, so the recipients see the text directly right when they open the
email message, i.e., NOT an attachment. VBA's SendMail and Route methods
send the entire workbook object, but I don't want to send the workbook. Can
this be done?
Roy