Commandbutton düğmesine iki görev yükleme

  • Konuyu başlatan Konuyu başlatan berkbaba
  • Başlangıç tarihi Başlangıç tarihi
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
VBA:
Private Sub CommandButton1_Click()
If Me.ComboBox25.Visible = True Then
ComboBox25.Visible = False
Exit Sub
End If
If ComboBox25.Visible = False Then
ComboBox25.Visible = True
Exit Sub
End If
End Sub
 
Feyzullah abi
Kod:
'Private Sub CommandButton6_Click()
'If CommandButton6.Caption = "Personel" Then
'CommandButton6.Caption = "Ayrılma"
'ComboBox25.Visible = True
'CommandButton6.Font.Size = 12
'Else
'CommandButton6.Caption = "Personel"
'ComboBox25.Visible = False
'End If
'End Sub
Bende bu kod ile çözüme gitmiştim.

Ellerine sağlık. Teşekkür ederim.
Konu Çözüldü
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Benzer Konular Popüler İçerikler Daha Fazlası
Geri
Üst