Wilson.gadekar
New Member
- Joined
- Jan 13, 2011
- Messages
- 2
Hello Gurus,
I have prepared a logic in creating a questionaire. But I am looking for anyone to help me prepare a VBA code for it.
I have a sheet with 50 questions and 4 options each. The Code should display 1 question with the options. once the person selects an answer it will verify if the answer is correct then will move forward.
Will then show second question with options and so on for 10 questions only. (The questions should not be repeated)
The logic here which I thought of, is to have an empty array of 50. Everytime the question is selected randomly it is checked with the array if the question already exist if not then displayed. once displayed it will fall into the array for comparing the next question.
Can any one help me on this... Looking for VBA code
Thanks,
Wilson
I have prepared a logic in creating a questionaire. But I am looking for anyone to help me prepare a VBA code for it.
I have a sheet with 50 questions and 4 options each. The Code should display 1 question with the options. once the person selects an answer it will verify if the answer is correct then will move forward.
Will then show second question with options and so on for 10 questions only. (The questions should not be repeated)
The logic here which I thought of, is to have an empty array of 50. Everytime the question is selected randomly it is checked with the array if the question already exist if not then displayed. once displayed it will fall into the array for comparing the next question.
Can any one help me on this... Looking for VBA code
Thanks,
Wilson