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
SBS 2008 insists I have not ran Migration Prep on source server; I have
Script In SSIS
Is there an Access function equivalent to the Quartile function in Excel?
Nvidia Geforce 8400M GS in a Sony Vaio SZ650N/C WINDOWS 7 INCOMPATIBLE?
explorer view ie8 on windows 7 and wss 3.0
SBS 2003 - OWA external access issue
IIS7 WAS Error 5153 - Script Problem
is there a way to programmatically change folder permissions in windows vista?
Network path not found or acess denied to Windows 2003 SBS while logged in as a domain admin on a client computer.
Conditional formatting based on previous record detail