Thread: Survey
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Toppers Toppers is offline
external usenet poster
 
Posts: 4,339
Default Survey

Tim,
I recently created a questionnaire using a multi-page userform to
enter the responses. Each response is a button (but could be a
checkbox/option button) to avoid typing in data. The code "converts" the
button response into a value which is stored in a worksheet.

It will also create a results page and generate pie charts for selected
questions.

The userform is dynamically created from data held in a worksheet and hence
is fairly generic.

If this could be of use, I could e-mail to you.

..
"Tim" wrote:

Hello All,

I am trying to create a questionnaire that will contain
about 50 questions with multiple choice responses. I
would like to do this through an userform. Can someone
send me to a site or maybe help me get started. I guess
my hang-up here is how to do this simply.

Thanks