Ways to do things that you thought could only be done with a macro or visual basic
An alternative to Radio Buttons
2010-11-02T19:59:55+00:00Radio buttons are a neat way to enable only one thing to be selected. The downside is that you need to add macros on the back end to make them work. The tutorial below (recorded in Excel 2007, but 2003 options also explainded) offers you a way to use data validation to ensure that only one cell has data entered. It's not quite as good as a radio button, because in order to change your selection you have to delete the original then insert the new, whereas radio buttons do that for you. But if that's not a big overhead, then [...]