I’m new to macros and am NOT a programmer. I can use the “Record Macro” function and assign to option buttons to either hide or unhide pretty easily, but I’m struggling to get it to do what I want.
I am trying to create a series of yes/no questions where the answer to the first question determines what question is revealed next, and the answer to that question dictates what question is revealed next. I’m trying to accomplish this by starting with most rows hidden and then unhiding certain rows with each answer using macros assigned to each option button.
I’ve tried using a text button labeled “refresh” to hide all but the first question, say rows 6-100. This would be the starting point for the end-user, but also give them the ability to start over (at least that’s the intent). I want row 6 to appear (unhide) if the first question was answered with a no and row 7 to appear (unhide) if the first question was answered with a yes. And so on...
It’s not working as intended. Any suggestions on how to make this work using macros or by utilizing another function in excel? I’d like the end result to show the series of questions that were presented and answered without blank (or seemingly blank) rows in between where questions were not applicable, so I don’t think conditional formatting is an option...
I am trying to create a series of yes/no questions where the answer to the first question determines what question is revealed next, and the answer to that question dictates what question is revealed next. I’m trying to accomplish this by starting with most rows hidden and then unhiding certain rows with each answer using macros assigned to each option button.
I’ve tried using a text button labeled “refresh” to hide all but the first question, say rows 6-100. This would be the starting point for the end-user, but also give them the ability to start over (at least that’s the intent). I want row 6 to appear (unhide) if the first question was answered with a no and row 7 to appear (unhide) if the first question was answered with a yes. And so on...
It’s not working as intended. Any suggestions on how to make this work using macros or by utilizing another function in excel? I’d like the end result to show the series of questions that were presented and answered without blank (or seemingly blank) rows in between where questions were not applicable, so I don’t think conditional formatting is an option...