Microsoft
Software
Hardware
Network
Question : Reference option button
I have a function that will perform a task in one of three diffeernt ways depending on the selection of a radio button in an excel worksheet. I need to be able to reference each radio button and see if it is checked or not, but I can't find a way of doing this. I have been trying things like
If ActiveSheet.OptionButtons(
"OptionBut
ton19").Va
lue = -1 Then
If Sheets("TechnicalData").Op
tionButton
s("OptionB
utton19").
Value = -1 Then
but neiter of these work. Can someone please tell me how this is done?
Thank you
Answer : Reference option button
If it's an option button from the Forms Toolbar, then the code would most likely be:
If Sheets("TechnicalData").Op
tionButton
s("Option Button 19").Value = 1 Then
since they default to having spaces in the name, and the value when checked is 1.
Random Solutions
Binding ComboBox to ObserveableCollection: SelectedItem after deleting item from Collection
4 public folder instances remain after running moveallreplicas.ps1 How to remove or move?
Dynamic and Static Resources in Silverlight
Is it possible to create a "Quick Find" button in Excel? (I need to make searching idiot proof.)
How do I check if a table exists, before creating the table...
Deny Ability to open additional mailboxes in Outlook
Illegal operation attempted on a registry key that has been marked for deletion
Connect to a Crosstab query in Access from Excel
IE7 : 403 error
Forms: Conditional Formatting (when field Is Not Null) on Tab Stop