DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
If Application.WorksheetFunction.CountIf(Sheets("profil").Range("olmayanlar"), Sheets("profil")).Cells(d, 4) Then GoTo atla
If Application.WorksheetFunction.CountIf(Sheets("profil").Range("olmayanlar"), Sheets("profil")).Cells(d, 4)>0 Then GoTo atla
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