• DİKKAT

    DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
    Altın Üyelik Hakkında Bilgi

Tüm şartlar sağlanıyorsa buton aktif pasif

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
 
nokta,nokta olan yerleri siz doldurun.:cool:
Kod:
if label86.caption=textbox392.value and label192.caption = textbox505.value _
and label193.caption=textbox506 and label194.caption=textbox507 ...
..........
...... then
    commandbutton13.Visible = False
    commandbutton5.Visible = True
    label87.Visible = False
    label219.Caption = "KASA TUTTU"
    label219.ForeColor = &H8000&
Else
    ........
    ........
    ........
End If
 
Geri
Üst