Thread
:
Pole value of Option buttons
View Single Post
#
1
Posted to microsoft.public.excel.programming
Snowfire
external usenet poster
Posts: 25
Pole value of Option buttons
I can use this to get the option buttons name...
For Each ctl In ActiveSheet.Shapes
If Left(ctl.Name, 12) = "OptionButton" Then MsgBox ctl.Name
Next ctl
How can I modify it to get the selected or not value or status?
Reply With Quote
Snowfire
View Public Profile
Find all posts by Snowfire