- Katılım
- 1 Mart 2005
- Mesajlar
- 22,239
- Excel Vers. ve Dili
- Win7 Home Basic TR 64 Bit
Ofis-2010-TR 32 Bit
çok teşekkür ederim hocameline sağlık
Rica ederim.
İyi çalışmalar.
DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
çok teşekkür ederim hocameline sağlık
deg3 = ActiveWorkbook.Sheets(1).Range("f3").Value
ActiveWorkbook.Close False
Set k = Range("A1:A" & sonsat).Find(deg, , xlValues, xlWhole)
If Not k Is Nothing Then k.Offset(0, 2).Value = deg3
Do While dosya <> ""
Application.DisplayAlerts = False
If Workbooks.Open(Yol & dosya).ReadOnly = True Then Workbooks(dosya).Close True
Application.DisplayAlerts = True
deg = ActiveWorkbook.Sheets(1).Range("A4").Value
deg2 = ActiveWorkbook.Sheets(1).Range("B4").Value
deg3 = ActiveWorkbook.Sheets(1).Range("d4").Value
deg4 = ActiveWorkbook.Sheets(1).Range("d6").Value
deg5 = ActiveWorkbook.Sheets(1).Range("e6").Value
ActiveWorkbook.Close False
Set k = Range("A1:A" & sonsat).Find(deg, , xlValues, xlWhole)
If Not k Is Nothing Then k.Offset(0, 1).Value = deg2
If Not k Is Nothing Then k.Offset(0, 2).Value = deg3
If Not k Is Nothing Then k.Offset(0, 3).Value = deg4
If Not k Is Nothing Then k.Offset(0, 4).Value = deg5
dosya = Dir
Loop