+ Reply to Thread
Results 1 to 12 of 12

Send email button in cell on spreadsheet?

  1. #1
    Registered User
    Join Date
    04-16-2013
    Location
    TX
    MS-Off Ver
    office 2007
    Posts
    6

    Send email button in cell on spreadsheet?

    I am new to excel. I ham stumped by a task i need to make happen. I want to have a cell in my sheet that enables the user to click on it to automatically send the sheet as an attachment to my email. I want it to have my email address already there to where all they have to do is hit send when the email pops up. thank you in advance.

  2. #2
    Registered User
    Join Date
    02-28-2013
    Location
    Dodgeville, WI
    MS-Off Ver
    Excel 2007
    Posts
    20

    Re: Send email button in cell on spreadsheet?

    you could create a macro and assign it to a button. Your macro would look something like this

    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    04-16-2013
    Location
    TX
    MS-Off Ver
    office 2007
    Posts
    6

    Re: Send email button in cell on spreadsheet?

    so i can just copy and paste this and just insert my email address and subject? And then just name the cell a certain thing like send email? sorry for all the questions.


    Quote Originally Posted by arndtb View Post
    you could create a macro and assign it to a button. Your macro would look something like this

    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    02-28-2013
    Location
    Dodgeville, WI
    MS-Off Ver
    Excel 2007
    Posts
    20

    Re: Send email button in cell on spreadsheet?

    I believe so. I am new to writing VBA so that is the only reason i hesitate. Once you create the macro in your worksheet you can test it to be sure.

  5. #5
    Registered User
    Join Date
    04-16-2013
    Location
    TX
    MS-Off Ver
    office 2007
    Posts
    6

    Re: Send email button in cell on spreadsheet?

    I am still learning how to set up MACROs.

  6. #6
    Registered User
    Join Date
    02-28-2013
    Location
    Dodgeville, WI
    MS-Off Ver
    Excel 2007
    Posts
    20

    Re: Send email button in cell on spreadsheet?

    what version of excel are you using?

  7. #7
    Registered User
    Join Date
    04-16-2013
    Location
    TX
    MS-Off Ver
    office 2007
    Posts
    6

    Re: Send email button in cell on spreadsheet?

    excel 2007

  8. #8
    Registered User
    Join Date
    02-28-2013
    Location
    Dodgeville, WI
    MS-Off Ver
    Excel 2007
    Posts
    20

    Re: Send email button in cell on spreadsheet?

    1.If the Developer tab is not available, do the following to display it:
    1.Click the Microsoft Office Button , and then click Excel Options.
    2.In the Popular category, under Top options for working with Excel, select the Show Developer tab in the Ribbon check box, and then click OK.

    2.To set the security level temporarily to enable all macros, do the following:
    1.On the Developer tab, in the Code group, click Macro Security.
    2.Under Macro Settings, click Enable all macros, and then click OK.

    4.On the Developer tab, in the Code group, click Macros.
    5.Create a name for your Macro in the Macro name box.
    6.Click Create.
    7.In the code window of the Visual Basic Editor, paste the macro i posted for you.
    Tip: To copy the whole macro, include the Sub and End Sub lines in the selection.

    8.Close the Macro Window and the macro is in your spreadsheet. You will just need to create a button and assign the macro.

  9. #9
    Registered User
    Join Date
    04-16-2013
    Location
    TX
    MS-Off Ver
    office 2007
    Posts
    6

    Re: Send email button in cell on spreadsheet?

    how do you create the button?

  10. #10
    Registered User
    Join Date
    02-28-2013
    Location
    Dodgeville, WI
    MS-Off Ver
    Excel 2007
    Posts
    20

    Re: Send email button in cell on spreadsheet?

    on the developer tab you click the Insert button and you will see a list of things.
    Hover over the first one you see and it should say Button (Form Control)
    then go to your worksheet to "draw" the button as big as you would like. After drawing the button your assign macro box should open and ask you to assign the macro.
    Once you have done all this you can name your button (if you haven't already done so) and/or move/resize your button if needed

  11. #11
    Registered User
    Join Date
    04-16-2013
    Location
    TX
    MS-Off Ver
    office 2007
    Posts
    6

    Re: Send email button in cell on spreadsheet?

    I think I got it. Thank you for all your help.

  12. #12
    Registered User
    Join Date
    02-28-2013
    Location
    Dodgeville, WI
    MS-Off Ver
    Excel 2007
    Posts
    20

    Re: Send email button in cell on spreadsheet?

    you're welcome
    Last edited by arndtb; 04-16-2013 at 05:04 PM.

+ 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