¬°¤F½T»{Frame¤¤¦Ü¤Ö¦³¤@ÓOptionButton³Q¿ï¨ú®É¼¶¼g¥H¤Uµ{¦¡
flg = False
i = 1
For Each opt1 In Frame5.Controls
If opt1.Value = True Then
flg = True
C_Index = opt1.Caption
Exit For
End If
For Each opt2 In Frame28.Controls
if opt2.name like "OptionButton*" then
If opt2.Value = True Then
flg = True
PR_Index = opt2.Caption
Exit For
End If
end if
flgE = False
iE = 1
For Each opt2 In Frame28.Controls
If opt2.Parent Is Frame28 And TypeName(opt2) = "OptionButton" Then
If opt2.Value = True Then
flgE = True
PR_Index = opt2.Caption
Exit For
End If
If iE = 4 And flgE = False Then
mybtn = MsgBox(mymsg6, vbExclamation, mytitle)
Exit Sub '¿ï¾ÜPR Criteria
iE = iE + 1
End If
Else
MsgBox opt2
Exit Sub
End If
Next