Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to create a macro or a procedure that will take a portion of a
worksheet and then send it to an email address. This is to basically sending an invoice. I want to include this in the BODY and NOT as an attachment. Thanks Bruce |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
try ron's site
http://www.rondebruin.nl/sendmail.htm -- Gary "Bruce" wrote in message ... I want to create a macro or a procedure that will take a portion of a worksheet and then send it to an email address. This is to basically sending an invoice. I want to include this in the BODY and NOT as an attachment. Thanks Bruce |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This site should help.
http://www.rondebruin.nl/sendmail.htm "Bruce" wrote: I want to create a macro or a procedure that will take a portion of a worksheet and then send it to an email address. This is to basically sending an invoice. I want to include this in the BODY and NOT as an attachment. Thanks Bruce |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Do you know how to set it up so taht it uses a specific account?
I have tried modifying to be like: With OutMail .To = emailname .CC = "" .BCC = bbcname 'bbc is set to a valid email address .SendUsingAccount = bbcname .Subject = "Invoice for - " & Range("L6").Value & " - " & Application.Text(Range("L4").Value, "mmm-dd-yyyy") .HTMLBody = RangetoHTML(rng) .Send 'or use .Display End With Thanks "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... try ron's site http://www.rondebruin.nl/sendmail.htm -- Gary "Bruce" wrote in message ... I want to create a macro or a procedure that will take a portion of a worksheet and then send it to an email address. This is to basically sending an invoice. I want to include this in the BODY and NOT as an attachment. Thanks Bruce |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help me insert a table of data into a body of an email | Excel Programming | |||
Excel Email: Address and portion of body in cell | Excel Programming | |||
body of email disappears when I send an email from Excel | Excel Discussion (Misc queries) | |||
How to send filtered range in email body? | Excel Programming | |||
Copy and Paste a Worksheet Range to Email Body | Excel Programming |