+ Reply to Thread
Results 1 to 4 of 4

Outlook

  1. #1
    PhilM
    Guest

    Outlook

    How do I use VBA in excel to send an email via Outlook?


  2. #2
    Forum Contributor
    Join Date
    06-01-2006
    Posts
    324
    What are you sending? A worksheet? A Workbook? Just a message?
    Google is your best friend!

  3. #3
    PhilM
    Guest

    Re: Outlook


    Bearacade wrote:
    > What are you sending? A worksheet? A Workbook? Just a message?
    >
    >
    > --
    > Bearacade
    >
    >
    > ------------------------------------------------------------------------
    > Bearacade's Profile: http://www.excelforum.com/member.php...o&userid=35016
    > View this thread: http://www.excelforum.com/showthread...hreadid=549012


    Hi would be either, pref would be to sent a workbook


  4. #4
    Forum Contributor
    Join Date
    05-14-2006
    Posts
    104

    outlook

    you need to reference in vba script before you use this macro

    Sub Mail_workbook()
    ActiveWorkbook.SendMail "[email protected]", _
    "This is the Subject line"
    End Sub

    i have seen far more indepth ones but if it is a quick workbook send this shall do it

    check out this website on this exceltip.com
    by ron de bruin
    absolute magic


    http://www.exceltip.com/se/2.html

+ 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