+ Reply to Thread
Results 1 to 7 of 7

Can Excel can send automatic Email using Outlook?

  1. #1
    Registered User
    Join Date
    01-05-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    3

    Lightbulb Can Excel can send automatic Email using Outlook?

    Dear Friends,
    i am very new to this forum, and i joined this to get my Excel skills better and sharpen...
    i have a query... currently i am working on preparation of one mastersheet to track the project... and i am stuck at one place my question is..
    if the cell A value is 5 and cell B value is 4 or 7... so if the cell value in cell C comes 1 then its ok(nothing req) but if the cell value in C is -2(negative).... then is it possible to send automatically Email using outlook... and how?

  2. #2
    Valued Forum Contributor john55's Avatar
    Join Date
    10-23-2010
    Location
    Europe
    MS-Off Ver
    Excel for Microsoft 365
    Posts
    2,028

    Re: Can Excel can send automatic Email using Outlook?

    see if it helps you,
    http://www.excelforum.com/excel-gene...coming-up.html
    just change the line in red
    [code]
    '
    '
    For i = 4 To Sheets("Calibration due").Range("c65536").End(xlUp).Row
    If Cells(i, 3).Value < 0 Then
    Set OutApp = CreateObject("Outlook.Application")
    OutApp.Session.Logon
    Set OutMail = OutApp.CreateItem(0)
    '
    '
    Regards, John55
    If you have issues with Code I've provided, I appreciate your feedback.
    In the event Code provided resolves your issue, please mark your Thread as SOLVED.
    If you're satisfied by any members response to your issue please use the star icon at the lower left of their post.

    ...enjoy -funny parrots-

  3. #3
    Registered User
    Join Date
    01-05-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Can Excel can send automatic Email using Outlook?

    John,
    i am sending you my problem in attachment, it will be highly appreciable if you can help me out.
    Attached Files Attached Files

  4. #4
    Valued Forum Contributor john55's Avatar
    Join Date
    10-23-2010
    Location
    Europe
    MS-Off Ver
    Excel for Microsoft 365
    Posts
    2,028

    Re: Can Excel can send automatic Email using Outlook?

    see the file attached, hope it helps you!
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    01-17-2013
    Location
    INDIA
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Can Excel can send automatic Email using Outlook?

    i have one problem in excel

    i want to input the details below in each row

    branch,product,process,customer,reference,amount,problem,email,cc email

    what i want to do is immediately after inputting the above said details in excel row and pressing a button
    can the excel automatically send a mail to the email id's i selected even the cc needs to be marked and the body needs to be the data i entered in the row of the excel

    is it possible

    can any one help me out

  6. #6
    Valued Forum Contributor john55's Avatar
    Join Date
    10-23-2010
    Location
    Europe
    MS-Off Ver
    Excel for Microsoft 365
    Posts
    2,028

    Re: Can Excel can send automatic Email using Outlook?

    nagendraprabug, welcome here!
    you know, the rule is to open your thread....

  7. #7
    Registered User
    Join Date
    01-17-2013
    Location
    INDIA
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Can Excel can send automatic Email using Outlook?

    sorry john

+ 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