Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Send sheet to selected distribution list using VBA


Hi All

Looking for some code to use.

I would like: To copy the active sheet, then select a list of names i
excel and send the sheet not not the workbook using outlook.

Any ideas

--
bsnapoo
-----------------------------------------------------------------------
bsnapool's Profile: http://www.excelforum.com/member.php...fo&userid=3611
View this thread: http://www.excelforum.com/showthread.php?threadid=56280

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Send sheet to selected distribution list using VBA

Here is some pseudo code:

ActiveSheet.Copy ' creates new workbook
ActiveWorkbook.SendMail ", Subject:="ABC"
ActiveWorkbook.close SaveChanges:=False

see Ron de Bruin's site for more options:


http://www.rondebruin.nl/sendmail.htm

--
Regards,
Tom Ogilvy


"bsnapool" wrote:


Hi All

Looking for some code to use.

I would like: To copy the active sheet, then select a list of names in
excel and send the sheet not not the workbook using outlook.

Any ideas?


--
bsnapool
------------------------------------------------------------------------
bsnapool's Profile: http://www.excelforum.com/member.php...o&userid=36115
View this thread: http://www.excelforum.com/showthread...hreadid=562808


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
How to send email to a list of people in excel sheet? David Excel Discussion (Misc queries) 1 December 14th 06 12:46 AM
Macro to copy active sheet and email to distribution list bsnapool[_8_] Excel Programming 1 July 11th 06 07:19 PM
A validated List which link to selected cells according to what is selected on the list WL Excel Worksheet Functions 1 June 5th 06 08:52 PM
Value selected on drop down list, look-up on different sheet liseladele Excel Worksheet Functions 3 March 22nd 06 02:24 AM
Send mail from vba with the outlook distribution list eli Excel Programming 0 January 2nd 04 10:21 PM


All times are GMT +1. The time now is 11:32 PM.

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"