+ Reply to Thread
Results 1 to 2 of 2

Email Hyperlink to multiple addresses.

  1. #1
    Dave F.
    Guest

    Email Hyperlink to multiple addresses.

    Hi
    I'm using Excel 200 SP3

    I've set up a hyperlink in a cell to open an outlook email message
    dialog using the format:

    mailto:graham@Blahdeblah.co.uk

    Is there away to get it add multiple addresses in the To.. box?

    Or to be even more fancy add some to thr To... & some to the Cc...

    Thanks in advance

    Dave F.

  2. #2
    Don Guillett
    Guest

    Re: Email Hyperlink to multiple addresses.

    You could use a loop or build into an array.
    Sub testlist()
    For Each ce In [colj]
    If Len(ce) > 1 Then mystring = mystring + ce.Value + ","
    Next

    MsgBox mystring
    End Sub

    Look here for more on email.

    http://www.rondebruin.nl/

    --
    Don Guillett
    SalesAid Software
    dguillett1@austin.rr.com
    "Dave F." <df@buh.cu.uk> wrote in message
    news:eO3SNyNdGHA.3996@TK2MSFTNGP04.phx.gbl...
    > Hi
    > I'm using Excel 200 SP3
    >
    > I've set up a hyperlink in a cell to open an outlook email message dialog
    > using the format:
    >
    > mailto:graham@Blahdeblah.co.uk
    >
    > Is there away to get it add multiple addresses in the To.. box?
    >
    > Or to be even more fancy add some to thr To... & some to the Cc...
    >
    > Thanks in advance
    >
    > Dave F.




+ 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