I found some excellent code at http://www.contextures.com/xlForm01.html
by Dave Peterson and I have been trying to modify it so the user is asked

1) How many choices?
and
2) Will there be a choice for N/A or undecided? (0 value)
and
3) How many questions?

I have had some limited success with the following:

1) maxBtns = InputBox("How many buttons?", "CHOICES")

2) NO SUCCESS on this one... I need a Yes/No type input.

3) NumberOfQuestions = InputBox("How many survey questions?", "QUESTIONS")

Problem is that even though I can input the desired number of choices and questions, I can't figure out how to make it loop from 1 to n for the questions or choices.

Any help please?