- 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
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