DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Sub DEGIS()
For j = 1 To Cells.SpecialCells(xlCellTypeLastCell).Row
If Cells(j, 1) = "Personel Kodu:" Then adres = Cells(j, 2)
If Cells(j, 1) Like "*Toplami:*" Then Cells(j, 1) = adres & " Toplamı"
Next
End Sub