- ©«¤l
- 1572
- ¥DÃD
- 16
- ºëµØ
- 2
- ¿n¤À
- 1521
- ÂI¦W
- 0
- §@·~¨t²Î
- xp
- ³nÅ骩¥»
- office 2003
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- µù¥U®É¶¡
- 2010-5-1
- ³Ì«áµn¿ý
- 2016-1-13
|
¤u§@ªí¼Ò²Õ
Private Sub CommandButton1_Click()
Static x
x = x + 1
'§An°µªº¤u§@
If x = 3 Then CommandButton1.Enabled = 0
End Sub
---------------------------------------
This WorkBook¼Ò²Õ
Private Sub Workbook_Open()
Sheet1.CommandButton1.Enabled = 1
End Sub |
|