khatri milan
New Member
- Joined
- Nov 6, 2019
- Messages
- 17
i wanted to disable radio buttons through vba code using this code: Worksheets("Sheet4").OptionButtons("Option Button 18").Enabled = False
but when try to run it says "run time error'9' :subscription out of range". How can i make it work.
those radio buttons are in normal worksheet not in userform and the code is inside a subroutine.
but when try to run it says "run time error'9' :subscription out of range". How can i make it work.
those radio buttons are in normal worksheet not in userform and the code is inside a subroutine.