+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    Registered User
    Join Date
    12-26-2008
    Location
    KY
    Posts
    4

    Outlook forms to Excel Spreadsheet

    I am trying to create a form in Outlook that will post data to an excel spreadsheet when the user sends the email.

    For example:

    When a customer calls into our production office, we have to send an email to the sales rep and we have to log the call into an excel spreadsheet. I would like to make it so all the user has to do is fill out a form in Outlook that will send the necessary email AND save the data to a workbook in excel. (Or vice versa).

    Any help would be appreciated! If anyone has a link to a good tutorial or can provide any assistance, I would appreciate it.

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & read 2007
    Posts
    15,482
    Hello dcbrown,

    Welcome to the Forum!

    Sorry for the delay in responding. This is a newly added forum. Can you provide more details about what information will be entered into this form and what will be placed into the Excel workbook? I am assuming you are talking about a VBA UserForm in Outlook as a user interface, is that correct?

    Sincerely,
    Leith Ross
    Last edited by Leith Ross; 12-26-2008 at 11:49 PM.

  3. #3
    Registered User
    Join Date
    12-26-2008
    Location
    KY
    Posts
    4
    Essentially, the information to be entered into the form are:

    Date
    Sales Rep
    Company Name
    Company Contact
    Company Phone
    Order ID
    Notes

    The excel workbook will (hopefully) display the same information.

    Thanks,

    Dan

  4. #4
    Registered User
    Join Date
    10-22-2008
    Location
    NYC
    MS-Off Ver
    2003
    Posts
    4
    One way (the easy way, IMO) is to simply send the email with that information written in the body, then use the Application_ItemSend Event to write the information to a worksheet.

    Or you could create and publish an email post form with textboxes for those fields, and then essentially do the same thing: send out the form, and use the ItemSend Event to write the information to a worksheet.

    HTH

  5. #5
    Registered User
    Join Date
    01-09-2009
    Location
    Navarre, Florida
    MS-Off Ver
    Excel 2003
    Posts
    1

    Exclamation Outlook form to Excel spreadsheet

    I am trying to do a simular task. I am trying to figure out how to have information from a MS Office Outlook e-mail form (i.e combo box) update an Excel spreadsheet after the e-mail is sent. The fields are
    Name
    Rank
    Date
    Location
    Action

    Does anyone know how this is done?

  6. #6
    Forums Administrator royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    24,392
    Why not use excel to create the message & store the data after sending the email?
    Hope that helps.

    RoyUK
    --------
    If you are pleased with a member's answer then use the Star icon to rate it, if you are pleased enough to part with cash consider a donation to Children in Need

    For Excel consulting, free examples and tutorials visit Excel Consulting-Excel VBA
    Check out the free Excel Toolbar

    New members please read & follow the Forum Rules

    Remember to mark your questions Solved and rate the answer(s)


    Code Tags: Make your code easier for us to read

  7. #7
    Forums Administrator royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    24,392
    Try this workbook.

    Fill in the details on the Form sheet

    Click the button to send the message & save the details
    Attached Files Attached Files
    Hope that helps.

    RoyUK
    --------
    If you are pleased with a member's answer then use the Star icon to rate it, if you are pleased enough to part with cash consider a donation to Children in Need

    For Excel consulting, free examples and tutorials visit Excel Consulting-Excel VBA
    Check out the free Excel Toolbar

    New members please read & follow the Forum Rules

    Remember to mark your questions Solved and rate the answer(s)


    Code Tags: Make your code easier for us to read

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.2.0