![]() |
Hiding a check box from forms
How can I use option buttons from forms to hide then unhide a check box from
forms? Thoughts? |
Hiding a check box from forms
If the check box is on a worksheet these commands work
Worksheets("Sheet1").Shapes("Check Box 1").Visible = False Worksheets("Sheet1").Shapes("Check Box 1").Visible = True If the check box is on a uses form in VBA use this format. UserForm1.CheckBox1.Visible = False UserForm1.CheckBox1.Visible = True "TDC" wrote: How can I use option buttons from forms to hide then unhide a check box from forms? Thoughts? |
All times are GMT +1. The time now is 08:42 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com