+ Reply to Thread
Results 1 to 3 of 3

Questionnaire

Hybrid View

  1. #1
    Registered User
    Join Date
    06-24-2010
    Location
    NZ
    MS-Off Ver
    Excel 2003
    Posts
    6

    Questionnaire

    Hi there,

    I would be extremely grateful if someone could help me out here.

    I am wanting to create a questionnaire for work. I will try to explain what I am looking for below.

    First question for example:
    Are you happy? (have a drop down box with yes/no).

    If yes, then activate a note saying "thanks for your time" and the questionnaire finishes.
    If no, then activate the next question.

    Next question:
    Do you enjoy work? (and a drop down box with yes/no).

    If yes, then activate a note saying "thanks for your time" and the questionnaire finishes.
    If no, then activate the next question.


    And so on.

    I would like it so that the next question is not visible until they have answered the previous question, and not visible at all if the answer was yes.

    If someone can start me off, then I can extend the questionnaire!!

    Many thanks,

    Damian

  2. #2
    Forum Contributor pierre08's Avatar
    Join Date
    02-16-2010
    Location
    Paris
    MS-Off Ver
    Excel 2003
    Posts
    166

    Re: Questionnaire help

    You'll have use:

    Select Case MsgBox("Are you happy", vbYesNo)
     Case vbYes
     MsgBox "Thanks for your time"
     Case vbNo
        Select Case MsgBox("Do you enjoy work?", vbYesNo)
            Case vbYes
                MsgBox "Thanks for your time"
            Case vbNo
            '.......
        End Select
    End Select
    Hope this helps

  3. #3
    Registered User
    Join Date
    06-24-2010
    Location
    NZ
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Questionnaire help

    Thanks for your prompt reply pierre08. Are you by any chance able to add a few more questions on?

    Q3 Have you ever been laughed at?
    No next question
    Yes please be happy

    (both answers still go to next question)

    Q4. Are you strong?
    No - no next question
    yes - (provide a space to type something)

    (both answers go onto next question)

    Q5. Approved by you?
    Yes or no

    (display option to tick either yes or no)


    Thank you very much for your help!!!

+ 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