- ©«¤l
- 1018
- ¥DÃD
- 15
- ºëµØ
- 0
- ¿n¤À
- 1058
- ÂI¦W
- 0
- §@·~¨t²Î
- win7 32bit
- ³nÅ骩¥»
- Office 2016 64-bit
- ¾\ŪÅv
- 50
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ®ç¶é
- µù¥U®É¶¡
- 2012-5-9
- ³Ì«áµn¿ý
- 2022-9-28
|
¥»©«³Ì«á¥Ñ stillfish00 ©ó 2013-7-7 15:24 ½s¿è
¦^´_ 1# yutakano
²³æ½d¨Ò: https://www.dropbox.com/s/0yulvt5j01mkjxa/%E7%AF%84%E4%BE%8B.xlsm- Private Sub CommandButton1_Click()
- Static bControl As Boolean '±±¨î¬O§_®i¶}
- bControl = Not bControl
-
- If bControl Then
- CommandButton1.Caption = "¿ï¶µ<<"
- CommandButton1.Top = 100
- ComboBox2.Width = 100
- Label2.Visible = True
- ComboBox1.Visible = True
- CheckBox1.Visible = True
- Else
- CommandButton1.Caption = "¿ï¶µ>>"
- CommandButton1.Top = 36
- ComboBox2.Width = 180
- Label2.Visible = False
- ComboBox1.Visible = False
- CheckBox1.Visible = False
- End If
- End Sub
½Æ»s¥N½X |
|