VB Code:
Private Sub Command1_Click() If opta.Value = True Then Label1.Caption = "10" ElseIf optb.Value = True Then Label1.Caption = "11" Else Label1.Caption = "12" End If End Sub
|
Results 1 to 11 of 11
Thread: OptionButton questionThreaded View
|
Click Here to Expand Forum to Full Width |