kod test

Katılım
7 Temmuz 2004
Mesajlar
1,141
[vb:1:0686ffaf71]If Application.WorksheetFunction.CountIf(Sheets("profil").Range("olmayanlar"), Sheets("profil")).Cells(d, 4) Then GoTo atla [/vb:1:0686ffaf71]
 
Katılım
7 Temmuz 2004
Mesajlar
1,141
Kod:
If Application.WorksheetFunction.CountIf(Sheets("profil").Range("olmayanlar"), Sheets("profil")).Cells(d, 4) Then GoTo atla
 
Katılım
7 Temmuz 2004
Mesajlar
1,141
[vb:1:27e96a6d55]If Application.WorksheetFunction.CountIf(Sheets("profil").Range("olmayanlar"), Sheets("profil")).Cells(d, 4) Then GoTo atla [/vb:1:27e96a6d55]
 
Katılım
7 Temmuz 2004
Mesajlar
1,141
Kod:
If Application.WorksheetFunction.CountIf(Sheets("profil").Range("olmayanlar"), Sheets("profil")).Cells(d, 4) Then GoTo atla
 
Katılım
7 Temmuz 2004
Mesajlar
1,141
Kod:
If Application.WorksheetFunction.CountIf(Sheets("profil").Range("olmayanlar"), Sheets("profil")).Cells(d, 4) Then GoTo atla
 
Katılım
7 Temmuz 2004
Mesajlar
1,141
Kod:
If Application.WorksheetFunction.CountIf(Sheets("profil").Range("olmayanlar"), Sheets("profil")).Cells(d, 4) Then GoTo atla
 
Katılım
29 Eylül 2004
Mesajlar
1,810
Excel Vers. ve Dili
Excel 2002 TR
[vb:1:a57048d1c7]If Application.WorksheetFunction.CountIf(Sheets("profil").Range("olmayanlar"), Sheets("profil")).Cells(d, 4)>0 Then GoTo atla [/vb:1:a57048d1c7]


Kod:
If Application.WorksheetFunction.CountIf(Sheets("profil").Range("olmayanlar"), Sheets("profil")).Cells(d, 4)>0 Then GoTo atla
 
Katılım
14 Aralık 2004
Mesajlar
144
Sayın Alpen yukarıya bir çok kod yazmışsınız, bunlar bizim gibi acemilere hitap etmiyor bunların ne kodlarıdır,veya kullanıcıya ne gibi kolaylıklar sağlarlar,en azından açıklamalarını da yazarsanız bizlerde bilgilenmiş oluruz. İyi günler
 
Katılım
29 Eylül 2004
Mesajlar
1,810
Excel Vers. ve Dili
Excel 2002 TR
@osan003 bölümün ismine bakarmısınız. Burası test alanı sadece.
 

HAKAN132

Altın Üye
Katılım
29 Eylül 2021
Mesajlar
3
Excel Vers. ve Dili
2016
Altın Üyelik Bitiş Tarihi
17-08-2029
Kod:
Sub günü_aktar()
'
' günü_aktar Makro
'

'
If [D1] = Application.Sum([p7:p1000]) = 0 Then

    Range("I7:I1000").Select
    Selection.Copy
    Range("p7").Select
    Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
        :=False, Transpose:=False
      
ElseIf [D1] = Application.Sum([q7:q1000]) = 0 Then
        
    Range("I7:I1000").Select
    Selection.Copy
    Range("q7").Select
    Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
        :=False, Transpose:=False
        
ElseIf [D1] = Application.Sum([r7:r1000]) = 0 Then
        
    Range("I7:I1000").Select
    Selection.Copy
    Range("r7").Select
    Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
        :=False, Transpose:=False
        
 End If
      
End Sub
 
Üst