Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to send email to a list of people in excel sheet? | Excel Discussion (Misc queries) | |||
Macro to copy active sheet and email to distribution list | Excel Programming | |||
A validated List which link to selected cells according to what is selected on the list | Excel Worksheet Functions | |||
Value selected on drop down list, look-up on different sheet | Excel Worksheet Functions | |||
Send mail from vba with the outlook distribution list | Excel Programming |