Page 3 of 3 FirstFirst 123
Results 21 to 23 of 23

Thread: how to send each row by email

  1. #21
    Junior Member
    Join Date
    Sep 2012
    Posts
    3
    Rep Power
    0

    Post Linking Name in Specific Cell to Designated Email

    Thanks for the quick response. I've attached my file. Now what I need to do is use the name in column C in the "import" sheet to send an email to the corresponding email in column I in "sheet1". I only want to send an email to the people with column N of "import" < 5. The email should contain a message that says, "You have <value of column N> shares outstanding>.

    I really appreciate the help.
    Attached Files Attached Files

  2. #22
    Junior Member
    Join Date
    Aug 2012
    Posts
    14
    Rep Power
    0
    Quote Originally Posted by RockPoint View Post
    Thanks for the quick response. I've attached my file. Now what I need to do is use the name in column C in the "import" sheet to send an email to the corresponding email in column I in "sheet1". I only want to send an email to the people with column N of "import" < 5. The email should contain a message that says, "You have <value of column N> shares outstanding>.

    I really appreciate the help.
    Hi Rockpoint,
    My file is similar to yours. Different sheets talk with others and then I organize them with Vlookup function. At last I put the code which posted by admin in below link. Then it works.
    My advise is to edit your sheet structure in a different sheet and automatically move them to sheet 1, then run VBA. Mine works good with that way. In my understanding, we should learn the menthality of VBA code, then we can customize the code...

    Regards
    Baris

    http://www.excelfox.com/forum/f2/how....html#post2190

  3. #23
    Junior Member
    Join Date
    Sep 2012
    Posts
    3
    Rep Power
    0
    Thanks for the help. How can I format the body of the email so that it can use specific cell values in the message?

    For example, I want it to say

    "Good Morning " (Cell B1)","
    SKip a space <<<(Also, how do I code this?)
    "You have a positions of "(cell N1)" shares."
    Skip a Space
    "Thank you"

Similar Threads

  1. Replies: 17
    Last Post: 07-15-2013, 09:56 PM
  2. Replies: 2
    Last Post: 05-23-2013, 08:08 AM
  3. How To Send Outlook Email Using VBA
    By mfaisalrazzak in forum Excel Help
    Replies: 7
    Last Post: 03-03-2013, 03:09 AM
  4. Send Outlook Email With Word Document
    By Murali K in forum Excel Help
    Replies: 2
    Last Post: 06-27-2012, 08:42 PM
  5. Send Lotus Notes Email Using VBA
    By ramakrishnan in forum Excel Help
    Replies: 1
    Last Post: 09-08-2011, 09:00 AM

Posting Permissions

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