zulfuernek
Altın Üye
- Katılım
- 24 Haziran 2017
- Mesajlar
- 761
- Excel Vers. ve Dili
- türkçe
If Label86 = TextBox392 Then
If Label192 = TextBox505 Then
If Label193 = TextBox506 Then
If Label194 = TextBox507 Then
If Label195 = TextBox508 Then
If Label196 = TextBox509 Then
If Label197 = TextBox510 Then
If Label198 = TextBox511 Then
If Label199 = TextBox512 Then
If Label200 = TextBox513 Then
CommandButton13.Visible = False
CommandButton5.Visible = True
Label87.Visible = False
Label219 = "KASA TUTTU"
Label219.ForeColor = &H8000&
Else
CommandButton13.Visible = True
CommandButton5.Visible = False
Label87.Visible = True
End If
Yukarıdaki kodlarda tüm eşitlikler sağlanıyorsa buton aktif pasif yapmak için formülü nasıl uyarlamam gerekli 10 tane eşilik sağlanması gerekli
If Label192 = TextBox505 Then
If Label193 = TextBox506 Then
If Label194 = TextBox507 Then
If Label195 = TextBox508 Then
If Label196 = TextBox509 Then
If Label197 = TextBox510 Then
If Label198 = TextBox511 Then
If Label199 = TextBox512 Then
If Label200 = TextBox513 Then
CommandButton13.Visible = False
CommandButton5.Visible = True
Label87.Visible = False
Label219 = "KASA TUTTU"
Label219.ForeColor = &H8000&
Else
CommandButton13.Visible = True
CommandButton5.Visible = False
Label87.Visible = True
End If
Yukarıdaki kodlarda tüm eşitlikler sağlanıyorsa buton aktif pasif yapmak için formülü nasıl uyarlamam gerekli 10 tane eşilik sağlanması gerekli
