Makro ile birden fazla "if" komutu

Katılım
20 Temmuz 2005
Mesajlar
270
iyi günler arkadaşlar,
makro içerisinde birden fazla if komutunu kullanmak istiyorum ama yapamadım yardımcı olursanız sevinirim.
örnek
...................................
.........................................
......................................
KOD1 = s1.Cells(a + 1, "b")
KOD2 = s1.Cells(a + 1, "C")
KOD3 = s1.Cells(a + 1, "D")
KOD4 = s1.Cells(a + 1, "E")
sw1 = 1
GoTo git
End If
End If

git:

If (s2.Cells(B, "B") = KOD1 And s2.Cells(B, "B") = KOD2 And s2.Cells(B, "B") = KOD3 And s2.Cells(B, "B") = KOD4) Then
.............
.................
................
end if
 
Katılım
15 Ağustos 2007
Mesajlar
248
Excel Vers. ve Dili
excel 2003
türkçe
Altın Üyelik Bitiş Tarihi
27-05-2024
Sorununuzu tam olarak anlayamadım dosya eklerseniz daha iyi olur
 
Üst