DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Sub OnNumara()
Dim i, j As Long
Application.ScreenUpdating = False
Range("B:X").Clear
For i = 2 To [A65536].End(3).Row Step 24
j = i + 22
Range("A" & i & ":A" & j).Select
Selection.Copy
Range("B" & i - 1).PasteSpecial Transpose:=True
Range("A" & i & ":A" & j).Clear
Next i
Columns("A:A").SpecialCells(xlCellTypeBlanks).EntireRow.Delete
Cells.Hyperlinks.Delete
Columns("A:A").NumberFormat = "m/d/yyyy"
Columns("A:X").Columns.AutoFit
Range("A2:X" & [A65536].End(3).Row).Sort Key1:=[A1]
Application.ScreenUpdating = True
MsgBox "İşlem Tamamdır..."
End Sub
Süper Loto İçin :
Sub SuperLoto()
Dim i, j As Long
Application.ScreenUpdating = False
Range("B:H").Clear
For i = 2 To [A65536].End(3).Row Step 8
j = i + 6
Range("A" & i & ":A" & j).Select
Selection.Copy
Range("B" & i - 1).PasteSpecial Transpose:=True
Range("A" & i & ":A" & j).Clear
Next i
Columns("A:A").SpecialCells(xlCellTypeBlanks).EntireRow.Delete
Cells.Hyperlinks.Delete
Columns("A:A").NumberFormat = "m/d/yyyy"
Range("A2:H" & [A65536].End(3).Row).Sort Key1:=[A1]
Range("A:H").Columns.AutoFit
Application.ScreenUpdating = True
MsgBox "İşlem Tamamdır..."
End Sub
Sub SansLoto()
Dim i, j As Long
Application.ScreenUpdating = False
Range("B:I").Clear
For i = 2 To [A65536].End(3).Row Step 9
j = i + 7
Range("A" & i & ":A" & j).Select
Selection.Copy
Range("B" & i - 1).PasteSpecial Transpose:=True
Range("A" & i & ":A" & j).Clear
Next i
Columns("A:A").SpecialCells(xlCellTypeBlanks).EntireRow.Delete
Cells.Hyperlinks.Delete
Columns("A:A").NumberFormat = "m/d/yyyy"
Range("A2:I" & [A65536].End(3).Row).Sort Key1:=[A1]
Range("A:I").Columns.AutoFit
Application.ScreenUpdating = True
MsgBox "İşlem Tamamdır..."
End Sub
kardeş evyallah sağolda süper loto macrosunu sayısal lotoya nasıl uyarlıyacam bi göster be![]()