• DİKKAT

    DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
    Altın Üyelik Hakkında Bilgi

kod test

  • Konbuyu başlatan Konbuyu başlatan ALPEN
  • Başlangıç tarihi Başlangıç tarihi
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]
 
Kod:
If Application.WorksheetFunction.CountIf(Sheets("profil").Range("olmayanlar"), Sheets("profil")).Cells(d, 4) Then GoTo atla
 
[vb:1:27e96a6d55]If Application.WorksheetFunction.CountIf(Sheets("profil").Range("olmayanlar"), Sheets("profil")).Cells(d, 4) Then GoTo atla [/vb:1:27e96a6d55]
 
Kod:
If Application.WorksheetFunction.CountIf(Sheets("profil").Range("olmayanlar"), Sheets("profil")).Cells(d, 4) Then GoTo atla
 
Kod:
If Application.WorksheetFunction.CountIf(Sheets("profil").Range("olmayanlar"), Sheets("profil")).Cells(d, 4) Then GoTo atla
 
Kod:
If Application.WorksheetFunction.CountIf(Sheets("profil").Range("olmayanlar"), Sheets("profil")).Cells(d, 4) Then GoTo atla
 
[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
 
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
 
@osan003 bölümün ismine bakarmısınız. Burası test alanı sadece.
 
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
 
Geri
Üst