ªð¦^¦Cªí ¤W¤@¥DÃD µo©«

[µo°Ý] [µo°Ý] Ãö©ó OptionButton ´`Àô®Ö¿ï°ÝÃD

¦^´_ 1# mark15jill
UserForm1
  1. Option Explicit
  2. Private Sub OptionButton1_Click()
  3.     If OptionButton1.Value = True Then
  4.         OptionButton1.Value = False
  5.         Me.Hide
  6.         UserForm2.Show
  7.     End If
  8. End Sub
  9. Private Sub OptionButton2_Click()
  10.     If OptionButton2.Value = True Then
  11.         OptionButton2.Value = False
  12.         Me.Hide
  13.         UserForm3.Show
  14.     End If
  15. End Sub
½Æ»s¥N½X

TOP

        ÀR«ä¦Û¦b : ªY½à§O¤H´N¬O²øÄY¦Û¤v¡C
ªð¦^¦Cªí ¤W¤@¥DÃD