+ Reply to Thread
Results 1 to 6 of 6

How to create a link, to send via email one specific page of a work book with a click??

  1. #1
    Registered User
    Join Date
    04-18-2013
    Location
    london
    MS-Off Ver
    Excel 2007
    Posts
    62

    How to create a link, to send via email one specific page of a work book with a click??

    hi,
    i got a workbook that has lots of pages, now i want to send the " TOTALS" page to a spesific email with a click.

    any thoughts ??

    Thanks in advance

  2. #2
    Registered User
    Join Date
    04-18-2013
    Location
    london
    MS-Off Ver
    Excel 2007
    Posts
    62

    Re: How to create a link, to send via email one specific page of a work book with a click?

    i find that code, but is not actually working as i wanted.
    Function SendMail()
    Dim y As String
    Dim x As Integer
    y = Sheets(1).Range("M1").Value
    x = Sheets(1).Range("K1").Value
    ' Copy the sheet(1)
    ThisWorkbook.Sheets(x).Copy
    ' Send Email
    With ActiveWorkbook
    .SendMail Recipients:="y", Subject:="test" & Format(Date, "dd/mmm/yy")
    .Close SaveChanges:=False
    End With
    ' Subject:=Range("Feuil1!B1").Value & " " & Range("Feuil1!A1").Value
    End Function

    any ideas??

  3. #3
    Registered User
    Join Date
    04-18-2013
    Location
    london
    MS-Off Ver
    Excel 2007
    Posts
    62

    Re: How to create a link, to send via email one specific page of a work book with a click?

    any help anyone??

  4. #4
    Forum Contributor spiwere's Avatar
    Join Date
    01-11-2013
    Location
    IN
    MS-Off Ver
    Excel 2007
    Posts
    410

    Re: How to create a link, to send via email one specific page of a work book with a click?

    Have you visited this place: http://www.rondebruin.nl/

    I think if you dig in here you will get a solution to what you are seeking. I did get one of my most desired solutions here.

    Good luck. Cheers!!!

  5. #5
    Registered User
    Join Date
    04-18-2013
    Location
    london
    MS-Off Ver
    Excel 2007
    Posts
    62

    Re: How to create a link, to send via email one specific page of a work book with a click?

    Quote Originally Posted by spiwere View Post
    Have you visited this place: http://www.rondebruin.nl/

    I think if you dig in here you will get a solution to what you are seeking. I did get one of my most desired solutions here.

    Good luck. Cheers!!!
    Cheers, works fine

  6. #6
    Forum Contributor spiwere's Avatar
    Join Date
    01-11-2013
    Location
    IN
    MS-Off Ver
    Excel 2007
    Posts
    410

    Re: How to create a link, to send via email one specific page of a work book with a click?

    Great to hear that!

    Good luck!

+ 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