Hi,
I have a macro that references a radio button named "WaiverPrintingONOB" on another worksheet named "Administrator". It doesn't seem to reference it properly though because when the value is true the msgbox still appears.
Can anyone help me reference the button properly?![]()
If Sheets("Administrator").OptionButtons("WaiverPrintingONOB").Value = True Then FR_or_ENForm.Show Else MsgBox "It works!", vbDefaultButton1, "Test" End If
Thanks
Bookmarks