¥H¤U¬O§Ú¤u§@ªí(1)ªºµ{¦¡½X¡A½Ð°ÝOptionButton & i_Click¥i¥H¼g¦¨°j°é¶Ü?
ÁÙ¬O»¡¨C·s¼W¤@µ§¿ï¶µ«ö¶sªº¸ê®Æ¡A´N±o·s¼W¤@¦¸µ{§Ç?
(¦pªG¦³1000µ§¸ê®Æ¡A´NnSub 1000¦¸?)
Private Sub OptionButton1_Click()
If OptionButton1 = True Then Cells(1, 2).value = Cells(4, 2)
End Sub
Private Sub OptionButton2_Click()
If OptionButton2 = True Then Cells(1, 2).value = Cells(5, 2)
End Sub
Private Sub OptionButton3_Click()
If OptionButton3 = True Then Cells(1, 2).value = Cells(6, 2)
End Sub
Private Sub OptionButton4_Click()
If OptionButton4 = True Then Cells(1, 2).value = Cells(7, 2)
End Sub
Private Sub OptionButton5_Click()
If OptionButton5 = True Then Cells(1, 2).value = Cells(8, 2)
End Sub
|