+ Reply to Thread
Results 1 to 2 of 2

Send sheet to selected distribution list using VBA

  1. #1
    Registered User
    Join Date
    07-06-2006
    Posts
    29

    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 in excel and send the sheet not not the workbook using outlook.

    Any ideas?

  2. #2
    Tom Ogilvy
    Guest

    RE: Send sheet to selected distribution list using VBA

    Here is some pseudo code:

    ActiveSheet.Copy ' creates new workbook
    ActiveWorkbook.SendMail Recipient:="[email protected]", 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1