I am trying to create a drop-down menu macro, but I'm lazy and I want to minimize the buttons I have to click. I want to be able to write a macro, that asks for "Do you like fruit?" but the outputs will be different: ?{Do you like fruit?|Yes, 10 apples|No, 5 apples} ?{Do you like fruit?|Yes, 8 bananas|No, 2 bananas} The first query overwrites the second. The only way I have succeeded in building two different queries changing the "name of the macro", but this results in me having to click/choose "Yes or No" twice instead just of once. ?{Do you like fruit?|Yes, 10 apples|No, 5 apples} ?{Do you like fruit 2 ?|Yes, 8 bananas|No, 2 bananas} I hope you understand my question, and there is a solution out there!