General Ledger
Active Member
- Joined
- Dec 31, 2007
- Messages
- 460
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.
OptButOn.PrintObject = OptButOn.Value
I get "Run-time error '424': Object required."
Thanks,
GL
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.
OptButOn.PrintObject = OptButOn.Value
I get "Run-time error '424': Object required."
Thanks,
GL