You gurus have helped me extend inputbox functionality before. How about this one: how could I create an input box where the input is of two option buttons and not a text box, and save the selected value to a local variable in a form? I could use a form to do that and store the selected value in a global variable, but that seems to be such a waste of resources.
