Hello,
I have option buttons in my Excel spreadsheet (Macbook, Mojave, Excel for Mac 16.46)
Can someone tell me how I can check the value (True/False) of an option button in VBA?
I have tried : If Optionbutton1.Value = True Then ...
But I get the error: Run-time error '424': object required
Which seems to mean VBA is not getting access to the object 'Option Button 1'.
Any ideas ? Thanks.
Bookmarks