Hi dears i have done a small VBA Code to send the current file as attachment through Outlook.
file is successfully attached and mail is been sent.
But my problem is i am unable to fill Body in Mail.
please find attached i want to select range A1:D18 in sheet (Table) as BODY to my Email.
code i mentioned below is not working. pls help
' .body = ActiveWorkbook.Sheets("Table").Range("A5")
.body = ActiveWorkbook.Sheets("Table").Range("A1:D18")
![]()
Please Login or Register to view this content.
Bookmarks