P
Paul
Using XL 2000
I have 10 OptionButtons, assigned to 5 questions. The user
can select either yes or no to each question.
Example...
If Q1; Yes was selected, I require a string to be placed
into Worksheets("Lines").Cells(NewRow, "Z") = "Cr3"
If Q1; No was selected, I require a string to be placed
into Worksheets("Lines").Cells(NewRow, "Z") = "Cr6"
and so on for Q2-Q5
all five Q's are mandatory so I figure bundling them into
a button control would somehow check each for a repsonse,
any ideas on this procedure would be bonus.
Any suggestion appreciated. Many thanks
Paul
I have 10 OptionButtons, assigned to 5 questions. The user
can select either yes or no to each question.
Example...
If Q1; Yes was selected, I require a string to be placed
into Worksheets("Lines").Cells(NewRow, "Z") = "Cr3"
If Q1; No was selected, I require a string to be placed
into Worksheets("Lines").Cells(NewRow, "Z") = "Cr6"
and so on for Q2-Q5
all five Q's are mandatory so I figure bundling them into
a button control would somehow check each for a repsonse,
any ideas on this procedure would be bonus.
Any suggestion appreciated. Many thanks
Paul