+ Reply to Thread
Results 1 to 3 of 3

Generate a standard e-mail within a drop down.

  1. #1
    Registered User
    Join Date
    11-05-2012
    Location
    uk
    MS-Off Ver
    Excel 2007
    Posts
    3

    Unhappy Generate a standard e-mail within a drop down.

    Hi guys
    what I would like to do is generate an atomatic email when I choose fron a drop down list.
    When I select D1 return to supplier I want to generate the email. I have tried to add a hyperlink in the list but it wont work . Can some one help please, also if you could copy the path that would be great.
    Steve.
    2012-11-14 12-51-09_Microsoft Excel - Book1.png

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Generate a standard e-mail within a drop down.

    It would require VBA to actually generate an email from the selection change in a Data Validation cell.

    You can use the HYPERLINK function in an adjacent cell to create a clickable link that would generate the email, that would be doable, but that's not exactly "automatic". You would select "D1 Return to vendor" then click the link that appears, perhaps in B4.

    =IF(A4="D1 Return to supplier", HYPERLINK(“mailto:[email protected]?subject=Return To Supplier”, “Send Email”), "")


    Here'a a little more indepth look at that technique:
    http://datapigtechnologies.com/blog/...link-function/
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    11-05-2012
    Location
    uk
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Generate a standard e-mail within a drop down.

    Hello
    Thanks for the reply I will have a go at .Steve.

+ 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