Konunun cevapsız kalmaması adına;
Sub ResimYukle()
Dim conn As ADODB.Connection
Dim rs As ADODB.Recordset
Dim SqlText As String
Dim kalemsat As Long
' Veritabanı bağlantısını oluştur
Set conn = New ADODB.Connection
conn.Open "Your_Connection_String_Here"...
Dosyalar farklı bir klasör de bulunmaktadır. Proje ise bunun dışında.
Projeyi çalıştırdığımda klasöre değil projenin bulunduğu alandaki dosyaları okumaktadır.
...x As Integer
Dim con As Object, rs As Object
Dim yol As String, dsy As String
Set s1 = ThisWorkbook.Sheets("Data")
Set con = CreateObject("AdoDB.Connection")
Set rs = CreateObject("AdoDB.RecordSet")
s1.Range("A2:Z9500").ClearContents
yol = "D:\veri\"
dsy = Dir(yol & "*.xls")
Do While dsy...
...Sorgu As String
Dim trh As Date
Dim x As Integer
Dim con As Object, rs As Object
Set s1 = ThisWorkbook.Sheets("Data")
Set con = CreateObject("AdoDB.Connection")
Set rs = CreateObject("AdoDB.RecordSet")
con.Open "Provider=Microsoft.Ace.Oledb.12.0;Data Source=" & ThisWorkbook.Path & "\1.xls"...
...Dim RST As Object
Dim deger As Variant
Dim SQL As String
Dim i As Integer
Dim j As Integer
''On Error Resume Next
Set RST = VBA.CreateObject("ADODB.Recordset")
SQL = "SELECT * From [" & table & "$" & param & "]"
RST.Open SQL, con, 1, 3
For i = LBound(arr) To...
...Sub ADOB_ORNEK()
'Referanslardan Microsoft ActiveX Data Objects 6.0 (en büyük değer) Library seçili olmalı
Dim connection As New ADODB.connection
Dim DosyaAdı As String
Dim query As String
Dim rs As New ADODB.Recordset
Dim arr As Variant
Dim coll As New Collection...
..."Lütfen Bekleyiniz.....Verileriniz Hesaplanıyor...", vbCritical
Sheets("İCMAL").Select
Dim con As Object, rs As Object
Set con = CreateObject("ADODB.Connection")
con.Open "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & _
ThisWorkbook.FullName & ";extended properties=""excel 12.0;hdr=YES"""...
Merhaba Arkadaşlar,
Sub VeriGuncelle()
Dim dosya As String
Dim baglanti As New ADODB.Connection
Dim rsK As New ADODB.Recordset
yol = ThisWorkbook.Path & "\Kişiler\" & Range("B1") & ".xlsx"
dosya = VBA.FileSystem.Dir(yol)
If dosya = vbNullString Then...
...Kişi Dosyası Yok", _
Buttons:=vbCritical, _
Title:="KİŞİ YOK"
Range("D4:J23").ClearContents
Exit Sub
End If
Dim baglanti As New ADODB.Connection
Dim rsK As New ADODB.Recordset
baglanti.Open "provider=microsoft.ace.oledb.12.0;data source=" & _
yol & ";extended properties=""Excel...
...VeriGuncelle()
Dim dosya As String
yol = ThisWorkbook.Path & "\Kişiler\" & Worksheets("AnaSayfa").Range("B1") & ".xlsx"
Dim baglanti As New ADODB.Connection
Dim rsK As New ADODB.Recordset
baglanti.Open "provider=microsoft.ace.oledb.12.0;data source=" & _
yol & ";extended...
...MsgBox Prompt:="Seçilen Kişi Dosyası Yok", _
Buttons:=vbCritical, _
Title:="KİŞİ YOK"
Range("D4:J23").ClearContents
Else
Dim baglanti As New ADODB.Connection
Dim rs As New ADODB.Recordset
baglanti.Open "provider=microsoft.ace.oledb.12.0;data source=" & _
yol & ";extended...
...join [EXCEL 12.0; DATABASE=@@yol2@@].[KURUM İLETİSİM BİLGİLERİ$] as b
on a.[KURUM_KODU] = b.[KURUM_KODU]
Sub Test()
Dim cn As New ADODB.Connection, yol As String, yol2 As String, rs As ADODB.Recordset
Sayfa2.Cells.ClearContents
yol = ThisWorkbook.FullName...
....EnableEvents = False
.Calculation = xlCalculationManual
End With
Dim sql As String, rg As Range
Dim yol As String
Set con = New ADODB.Connection
Set rs = New ADODB.Recordset
yol = "D:\1- BELGELERİM\\6- VERİ TABLOLARI\\KURUM_BİLGİLERİ.xlsb"
con.Open...
Merhaba; Bu şekil deneyiniz.
Private Sub TextBox2_Change()
Set con = CreateObject("Adodb.connection")
Set rs = CreateObject("Adodb.recordset")
Yol = "C:\Dosya adresi\KAPALI.xlsm"
con.Open "provider=microsoft.ace.oledb.12.0;data source=" & Yol & ";extended properties=""excel 12.0;hdr=yes"""...
Sizlere daha iyi bir deneyim sunabilmek icin sitemizde çerez konumlandırmaktayız, web sitemizi kullanmaya devam ettiğinizde çerezler ile toplanan kişisel verileriniz Veri Politikamız / Bilgilendirmelerimizde belirtilen amaçlar ve yöntemlerle mevzuatına uygun olarak kullanılacaktır.