Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using Office 2003 on Windows XP.
I need to loop through the ActiveX controls (i.e. those from the Control Toolbox) on the currently active sheet and IF the control is an OptionButton, determine if it is the option chosen, if so, return the name of the control in a variable. Please note that there are other types of AX controls on the sheet, but only one set of OptionButtons so far, so only one return value. Something like: Dim oName as String Dim octrls as OLEObjects Dim octrl as OLEObject For Each octrl in octrls If octrl is an OptionButton then If octrl is UserChoice then oName = octrl.Name End If End If Next Can someone please post some example code? Thanks much in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
removing drop down option after its been selected | Excel Worksheet Functions | |||
Option Button - multiple selected | Excel Worksheet Functions | |||
Option buttons: How to get the selected option from a group? | Excel Programming | |||
If option button not selected | Excel Programming | |||
List Box - Option If wrongly selected | Excel Programming |