+ Reply to Thread
Results 1 to 3 of 3

Getting Excel to perform

  1. #1
    Registered User
    Join Date
    06-11-2007
    Posts
    4

    Getting Excel to perform

    I am compyling a database of names and surnames and additional fields.

    When I open the spreadsheet I want excel to ask me Questions and me type in the answers so these will then be stored on the spreadsheet, Just really a quick question to ask whether or not this is possible and if possible how exactly it can be done,

    All the best

    Jimmy

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by jimmyquinn
    I am compyling a database of names and surnames and additional fields.

    When I open the spreadsheet I want excel to ask me Questions and me type in the answers so these will then be stored on the spreadsheet, Just really a quick question to ask whether or not this is possible and if possible how exactly it can be done,

    All the best

    Jimmy
    Hi,
    You will need some VBA code which triggers a WorkBook or WorkSheet _Open Event.

    Then you can use the 'Msgbox' with it's various forms to ask/receive your question and answer.

    The thread http://www.excelforum.com/showthread.php?t=584092 has many useful links to VBA 'how to' including the VBA for Beginners section.

    hth
    ---
    Si fractum non sit, noli id reficere.

  3. #3
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,444
    Hi,

    It can be done. Put the code you're going to use in the
    Please Login or Register  to view this content.
    module of the workbook.

    You can use
    Please Login or Register  to view this content.
    to ask the questions, and
    Please Login or Register  to view this content.
    to enter them into your spreadsheet.
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

+ 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