Merhaba
Kapalı dosyadan veri alma ile ilgili Levent Hocamın verdiği kodu kullandım.Benim Bilgisayrda çalıştı fakat koddaki dosya adresini , ağ üzerindeki \\10.80.97.14\muhasebe adresine ayarlamaya çalıştığımda update bekleniyor hatası verdi . Yardım rica ediyorum..
Sub verial()
For Each dosya In CreateObject("Scripting.FileSystemObject").GetFolder("C:\data").Files
Set baglanti = CreateObject("ADODB.Connection")
yol = "DRIVER={Microsoft Excel Driver (*.xls)};" & "DBQ=C:\data\" & dosya.Name
baglanti.Open yol
Set rs = baglanti.Execute("[veri$h1:I65536]")
sat = WorksheetFunction.CountA([a:a]) + 1
Cells(sat, "a").CopyFromRecordset rs
rs.Close
baglanti.Close
Next
End Sub
Kapalı dosyadan veri alma ile ilgili Levent Hocamın verdiği kodu kullandım.Benim Bilgisayrda çalıştı fakat koddaki dosya adresini , ağ üzerindeki \\10.80.97.14\muhasebe adresine ayarlamaya çalıştığımda update bekleniyor hatası verdi . Yardım rica ediyorum..
Sub verial()
For Each dosya In CreateObject("Scripting.FileSystemObject").GetFolder("C:\data").Files
Set baglanti = CreateObject("ADODB.Connection")
yol = "DRIVER={Microsoft Excel Driver (*.xls)};" & "DBQ=C:\data\" & dosya.Name
baglanti.Open yol
Set rs = baglanti.Execute("[veri$h1:I65536]")
sat = WorksheetFunction.CountA([a:a]) + 1
Cells(sat, "a").CopyFromRecordset rs
rs.Close
baglanti.Close
Next
End Sub