¤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