TAPS_MikeDion
Well-known Member
- Joined
- Aug 14, 2009
- Messages
- 622
- Office Version
- 2011
- Platform
- MacOS
Just wondering if I can shorten my code a tad by changing grouped buttons with 1 command instead of two.
For example: If you have a group of two radio buttons (for this example I'll call the group "NewEmp") and you want to lock or unlock them, do you have to use two commands (i.e. Me.NewEmpYes.Locked = False, Me.NewEmpNo.Locked = False) or is there a way to lock/unlock them both with one command since they're grouped together?
Thanks.
For example: If you have a group of two radio buttons (for this example I'll call the group "NewEmp") and you want to lock or unlock them, do you have to use two commands (i.e. Me.NewEmpYes.Locked = False, Me.NewEmpNo.Locked = False) or is there a way to lock/unlock them both with one command since they're grouped together?
Thanks.