button değişimi

Katılım
22 Ocak 2007
Mesajlar
815
Excel Vers. ve Dili
2003
Private Sub Komut0_Click()
If Me.Komut0.Caption = "AÇ" Then
Me.Etiket1.Visible = True
Me.Komut0.Caption = "KAPAT"
Else
Me.Etiket1.Visible = False
Me.Komut0.Caption = "AÇ"
End If
End Sub
 
Üst