DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean)
If Intersect(Target, [A1:A5000]) Is Nothing Then Exit Sub
Set S13 = Sheets("Sayfa13")
SON = S13.Cells(65536, "A").End(3).Row + 1
Target.EntireRow.Copy
If S13.[A5] = "" Then GoTo ATLA
S13.Cells(SON, "A").PasteSpecial xlValues
ATLA:
S13.[A5].PasteSpecial xlValues
Application.CutCopyMode = False
End Sub
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean)
If Intersect(Target, [A1:A5000]) Is Nothing Then Exit Sub
Set S13 = Sheets("Sayfa13")
SON = S13.Cells(65536, "A").End(3).Row + 1
Target.EntireRow.Copy
If S13.[A5] = "" Then GoTo ATLA
S13.Cells(SON, "A").PasteSpecial xlValues
Exit Sub
ATLA:
S13.[A5].PasteSpecial xlValues
Application.CutCopyMode = False
End Sub