LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default How to send different ranges to multiple e-mail recipients

I am trying to set up a macros that will allow me to send a specific range of
cells in a worksheet to multiple e-mail recipients. I don't have any problem
creating the first range of cells and e-mail address, but I am not sure how
to set up the next commands. Do you have any suggestions?

Sub MacroTest()
' Select the range of cells on the active worksheet.
ActiveSheet.Range("A1:H7", "A9:H12").Select

' Show the envelope on the ActiveWorkbook.
ActiveWorkbook.EnvelopeVisible = False

' Set the optional introduction field thats adds
' some header text to the email body. It also sets
' the To and Subject lines. Finally the message
' is sent.
With ActiveSheet.MailEnvelope
.Introduction = "This is a sample worksheet."
.Item.To = "
.Item.Subject = "Test"
.Item.Send
End With

End Sub


--
Thank you,
Meghan
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Would like to send an e-mail to multiple address entered as data. GOBETA Excel Discussion (Misc queries) 1 September 24th 07 03:07 PM
Mail Merge Without Recipients - Is It Something Else? Dave Excel Discussion (Misc queries) 0 September 12th 07 05:10 PM
Email/Mail Merge document lines to specific multiple recipients JDenise Excel Discussion (Misc queries) 1 March 14th 07 01:39 PM
send mail from excel 2000 with multiple attachments ...Patrick[_7_] Excel Programming 6 May 20th 06 12:10 PM
Mail Recipients George Schneider Setting up and Configuration of Excel 3 January 4th 06 08:26 AM


All times are GMT +1. The time now is 01:47 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"