- Katılım
- 2 Mart 2005
- Mesajlar
- 2,960
- Excel Vers. ve Dili
-
ev: Ofis 2007- Win Xp
iş: Ofis 2010- Win Vista
Kod:
....
...
...
'12+V>>>>>>>>>>
ElseIf s1.Cells(g, 1) = "12" And (s1.Cells(g, 2) = "V" Or s1.Cells(g, 2) = "v") Then
c = c + 1
'ikinci sütun kontrolü
If c = 35 Then
sut = 6: c = 1
End If
'ev stok Kayıt sayısı kontrolü
If WorksheetFunction.CountA(s2.[e11:e44,k11:k44]) = 68 Then
MsgBox "Tablo dolduğu için kayıt yapılamadı.", , "UYARI": Exit Sub
End If
'12 lik stok çıkış yazma işlemi
s2.Cells(c + 10, 1 + sut) = s1.Cells(g, 5)
s2.Select: Cells(c + 10, 1 + sut).Select
Selection.Font.ColorIndex = 2
Selection.Interior.ColorIndex = 1
Selection.Font.Bold = True ''seçili hücreyi siyah dolgu,beyaz kalın yaz
s2.Cells(c + 10, 2 + sut) = UCase(s1.Cells(g, 4))
s2.Select: Cells(c + 10, 2 + sut).Select
Selection.Font.ColorIndex = 2
Selection.Interior.ColorIndex = 1
Selection.Font.Bold = True ''seçili hücreyi siyah dolgu,beyaz kalın yaz
s2.Cells(c + 10, 5 + sut) = s1.Cells(g, 7)
s2.Select: Cells(c + 10, 5 + sut).Select
Selection.Font.ColorIndex = 2
Selection.Interior.ColorIndex = 1
Selection.Font.Bold = True ''seçili hücreyi siyah dolgu,beyaz kalın yaz
'<<<<<<<<<<<<<<<<<12+V
End If
....
....
....
Saygılarımla