Çok eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
If CheckBox1.Value = False And CheckBox2.Value = True And CheckBox3.Value = False Then
End If
If CheckBox1.Value = True And CheckBox2.Value = True And CheckBox3.Value = True Then
Selection.AutoFilter Field:=1
Else
If CheckBox1.Value = True And CheckBox2.Value = True And CheckBox3.Value = False Then
Selection.AutoFilter Field:=1, Criteria1:=Label1.Caption, Operator:=xlOr, _
Criteria2:=Label2.Caption
ElseIf CheckBox1.Value = True And CheckBox2.Value = False And CheckBox3.Value = True Then
Selection.AutoFilter Field:=1, Criteria1:=Label1.Caption, Operator:=xlOr, _
Criteria2:=Label3.Caption
ElseIf CheckBox1.Value = False And CheckBox2.Value = True And CheckBox3.Value = True Then
Selection.AutoFilter Field:=1, Criteria1:=Label1.Caption, Operator:=xlOr, _
Criteria2:=Label3.Caption
ElseIf CheckBox1.Value = True And CheckBox2.Value = False And CheckBox3.Value = False Then
Selection.AutoFilter Field:=1, Criteria1:=Label1.Caption
ElseIf CheckBox2.Value = True And CheckBox1.Value = False And CheckBox3.Value = False Then
Selection.AutoFilter Field:=1, Criteria1:=Label2.Caption
ElseIf CheckBox1.Value = False And CheckBox2.Value = False And CheckBox3.Value = True Then
Selection.AutoFilter Field:=1, Criteria1:=Label3.Caption
End If
End If
End Sub
Sizlere daha iyi bir deneyim sunabilmek icin sitemizde çerez konumlandırmaktayız, web sitemizi kullanmaya devam ettiğinizde çerezler ile toplanan kişisel verileriniz Veri Politikamız / Bilgilendirmelerimizde belirtilen amaçlar ve yöntemlerle mevzuatına uygun olarak kullanılacaktır.