Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Patrick
You can use the addresses in a range like this Dim MyArr As Variant MyArr = ActiveWorkbook.Sheets("mysheet").Range("c1:c10") ActiveWorkbook.SendMail MyArr, "This is the Subject line" -- Regards Ron de Bruin (Win XP Pro SP-1 XL2002 SP-2) www.rondebruin.nl "Patrick" wrote in message ... I currently use an email array in which the email addresses are hard coded into the script. ActiveWorkbook.SendMail Recipients:=Array ", ", " ), Subject:="my customers Supplier Status Report " & Date, ReturnReceipt:="False" Is there a way to tablize the array so that i can edit it as needed without going into the code every time a change comes up? Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using Macro how to create email link for the email addresses in aRange or Selection | Excel Worksheet Functions | |||
send wkbk as an email attachment with an email address copied from | Excel Discussion (Misc queries) | |||
meaning of : IF(Switch; Average(array A, array B); array A) | Excel Worksheet Functions | |||
Transfer Email addresses from spreadsheet to email address book | Excel Discussion (Misc queries) | |||
Email editor closes when forwarding Excel-embedded email | Setting up and Configuration of Excel |