R
Ray C
My client has a questionnaire-type of Excel worksheet whereby each row has a
question with a multiple-choice answer. Each row has a groupbox with three
radio buttons and users must select one.
My job is to compile answered. In other words, count how many people chose
the first radio button, how many chose the second and how many chose the
third.
Column A of the worksheet has unique identifiers so I know which question
correcsponds to which row. For example, in cell A45 I have the text "3.4.4".
This corresponds to question 3.4.4 in the questionnaire.
How do I use VBA code to search, for example, what answer was given on that
line?
question with a multiple-choice answer. Each row has a groupbox with three
radio buttons and users must select one.
My job is to compile answered. In other words, count how many people chose
the first radio button, how many chose the second and how many chose the
third.
Column A of the worksheet has unique identifiers so I know which question
correcsponds to which row. For example, in cell A45 I have the text "3.4.4".
This corresponds to question 3.4.4 in the questionnaire.
How do I use VBA code to search, for example, what answer was given on that
line?