Hello Jeffbert,
I am guessing your Object Buttons are Forms Option Buttons. If that is the case then the following macro should give you the results you want.
First copy this code to the clipboard using Ctrl + C. Second add a standard VBA Module to your Workbook and paste the code into it. Right Click each Option Button and assign this macro to it.
Adding a Module:
1) Open your Workbook and press Alt + F11 to launch the VBA Editor.
2) Press Alt + I to drop down the Insert Menu.
3) Press M to add the Module to the Workbook.
4) Press Ctrl + V to paste the macro code into it.
5) Press Ctrl + S to Save the changes.
6) Press Alt + Q to Quit the VBA Editor and return to Excel
Macro Code:
Sincerely,
Leith Ross
Bookmarks