View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nicholas B[_2_] Nicholas B[_2_] is offline
external usenet poster
 
Posts: 15
Default Send Email with attachment from VBA?

try

","Th is is your xls file")

this sends the workbook
you cannot add body text just recipients and subject

" wrote:

Is there anyway to send an email with a spreadsheet attached in VBA?

If not, how about just a plain text email by itself?

Thanks.

John