Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default How to send specific cell ranges to multiple e-mail addresses

I am trying to set up a macros that will allow me to send specific cell
ranges to multiple e-mail addresses. I don't have any problem setting up the
first cell range/e-mail address, but I am not sure how to set up the command
for the additional ranges. 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
Reply
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
Macro to send email to multiple addresses Mark M Excel Worksheet Functions 0 March 28th 07 12:12 AM
How to send different ranges to multiple e-mail recipients Meghan Excel Programming 3 October 16th 06 06:37 PM
How send e-mail to a group of addresses on Excel worksheet? 1-Adam-12 Excel Discussion (Misc queries) 0 September 14th 06 09:27 PM
How can I e-mail multiple persons whose addresses are in excel? RedCattledogs Excel Discussion (Misc queries) 2 January 2nd 06 10:53 PM
Editing Multiple E-Mail Addresses... foofightin Excel Worksheet Functions 5 October 28th 04 07:40 PM


All times are GMT +1. The time now is 03:56 PM.

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

About Us

"It's about Microsoft Excel"