Dear All,
I have several option buttons on a form in Excel 2003. I only want the option buttons to print if their value is true.
I thought the follwing code in BeforePrint would make the PrintObject property equal the Value property. If Value is true, PrintObject would be true...