+ Reply to Thread
Results 1 to 2 of 2

Can I use a Hyperlink to send a Workshheet from a selected workbook to a selected E Mail A

  1. #1
    Registered User
    Join Date
    07-29-2014
    Location
    England
    MS-Off Ver
    2010
    Posts
    1

    Can I use a Hyperlink to send a Workshheet from a selected workbook to a selected E Mail A

    All Hi,

    Is it possible to use a Hyperlink to do the following:

    From a selected workbook - May have 150 separate worksheets, want to be able to select an individual worksheet and from information in cell D25 ( This cell in each sheet holds the E mail address) then E mail the worksheet to the E Mail Address.

    If it is possible can someone provide me with the answer


    Thanks

  2. #2
    Forum Contributor
    Join Date
    08-27-2006
    Posts
    136

    Re: Can I use a Hyperlink to send a Workshheet from a selected workbook to a selected E Ma

    It all here http://www.rondebruin.nl/win/s1/outlook/amail2.htm

    Except this.

    Dim DestAddr As String
    DestAddr = ActiveSheet.Range("D25").Value

    .To = DestAddr
    To mark "Solved" go to Thread Tools.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] VBA code to send selected range in body of mail
    By forfiett in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 07-17-2014, 05:29 AM
  2. Send hyperlink of workbook to selected Outlook User Groups - UserForm?
    By ssteines in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-17-2014, 11:50 AM
  3. Create a macro to send mail from selected profile
    By vivek_work in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-08-2012, 04:15 PM
  4. How to e-mail selected row and use e-mail address in a cell to send e-mail from excel
    By syedalamgir in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-27-2010, 02:15 AM
  5. How to Send Selected Data thourough Mail or message.
    By softysachin in forum Excel General
    Replies: 0
    Last Post: 08-18-2005, 04:05 AM

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