Sorgu için arama sonuçları: adodb

  1. Y

    Soru Zaman (Tarih ve Saat) ve Numara Filtreleme

    ...için işleminiz iptal edilmiştir!", vbCritical Exit Sub End If ' ADO Bağlantısını oluştur Set conn = CreateObject("ADODB.Connection") conn.Open "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & ThisWorkbook.FullName & ";Extended Properties=""Excel 12.0 Xml;HDR=YES"";"...
  2. T

    Kapalı çalışma kitabından veri çekme ve veri aktarma...

    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...
  3. H

    Kapalı çalışma kitabından veri çekme ve veri aktarma...

    ...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...
  4. ÖmerBey

    accses den excele veri aktarımı

    ...& "'" yon = "'" & Range("F6").Value & "'" trh = "#" & Format(Range("F5").Value, "dd\/mm\/yyyy") & "#" Set Con = CreateObject("AdoDB.Connection") Set Rs = CreateObject("AdoDB.RecordSet") Con.Open "Provider=Microsoft.Ace.Oledb.12.0;Data Source=" & kynk Sorgu = "Select [MasterValue] From...
  5. H

    Kapalı çalışma kitabından veri çekme ve veri aktarma...

    ...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...
  6. G

    Kapalı çalışma kitabından veri çekme ve veri aktarma...

    ...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...
  7. Zeki Gürsoy

    Kurum bilgilerini güncelle

    ...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...
  8. E

    Kurum bilgilerini güncelle

    ....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...
  9. N

    textbox arama yap getir kapalı excel dosyasından

    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"""...
  10. O

    Userform textboxt sayı verisinde yapılan değişikliğin access veritabanına giderken tür uyuşmazlığı hatası vermesi

    ...sayı verisi yerinde kalıyor. Sabahtan beri bunla uğraşıyorum yardımlarınıza muhtacım. Private Sub bt_kaydet_Click() Dim baglanti As New ADODB.Connection Dim rs As New ADODB.Recordset baglanti.Open "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & yol & "" sorgu =...
  11. veyselemre

    İKİ FARKLI Ç.KİTABINDAKİ VERİYİ KOŞULA GÖRE EŞLEŞTİRME HK

    ...To 2), sat, i, ii, dic As Object, adoCon As Object, ky$, w Set dic = CreateObject("Scripting.Dictionary") Set adoCon = CreateObject("AdoDB.Connection") With Sheets("Dosyalar") dosya(1) = .Range("A2").Value & "\" & .Range("B2").Value dosya(2) = .Range("A3").Value &...
  12. veyselemre

    Veri doğrulama ile seç hepsini getir (vba kod ile)

    ...WHERE [MÜŞTERİ ADI SOYADI]='" & ComboBox1.Text & "'" If adoCon Is Nothing Then Set adoCon = CreateObject("ADODB.Connection") Set rs = CreateObject("ADODB.Recordset") End If If adoCon.State = 0 Then Call connect Set rs =...
  13. H

    tefas.gov.tr' den veri çekme hk.

    Merhaba hocam. Öncelikle yukarıdaki dosya indirme bağlantısını bizimle paylaştığınız için teşekkür ederiz. xlsm uzantılı excel dosyasını indirdiğimde kod gayet güzel çalışmakta; ancak benim ihtiyacım olan kod vba kodu değil de google e-tablolarda aynı işlevde kullanmak üzere apps script kodu...
  14. S

    sql ile birden fazla kelime arama

    ...içersinde kelimler geçiyorsa bulacak. bu şekilde düzenleyebilirsrnizço kseivinirim. Aplication.Calculation = xlManual Dim conn As New ADODB.Connection Dim rs As New ADODB.Recordset Dim rsA As New ADODB.Recordset Dim rsB As New ADODB.Recordset Dim rsC As New...
  15. veyselemre

    ADO kullanarak boş satır silme ve sütun başlıklarını değiştirme

    Sayfa1 e listeleme yapacaktır. Sub test() Dim rs As Object, strSQL$, i With CreateObject("ADODB.Connection") Set rs = CreateObject("ADODB.Recordset") .Open "Provider=Microsoft.Ace.Oledb.12.0;Extended Properties='Excel 12.0;HDR=Yes';" & _ "Data Source=" &...
  16. RBozkurt

    LİNKLERDEKİ FOTOĞRAFLARI TOPLU BİR ŞEKİLDE İNDİRME

    ...xmlHTTP.Open "GET", URL, False xmlHTTP.send If xmlHTTP.Status = 200 Then Set Resim = CreateObject("ADODB.Stream") Resim.Open Resim.Type = 1 Resim.Write xmlHTTP.responseBody...
  17. Zeki Gürsoy

    text oluşturma

    ...txt5510.Cells(l - 2, "x") = gss.Cells(l, "v") txt5510.Cells(l - 2, "y") = l - 6 Next Set cn = CreateObject("Adodb.Connection") Set rs = CreateObject("Adodb.Recordset") cn.Open "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & ThisWorkbook.FullName &...
  18. W

    ADO / Çoklu Filtreleme / Sorgu

    ...Last_Date As Date, Secilen_Date As Date If TextBox1 = "" Or TextBox2 = "" Then Exit Sub Set My_Connection = CreateObject("AdoDB.Connection") First_Date = TextBox1 Last_Date = TextBox2 My_Connection.Open "Provider=Microsoft.Ace.OleDb.12.0;Data Source="...
  19. A

    Kapalı dosyadan buton ile veri alma.

    ...Dim conn As Object, rs As Object, yol As String Sheets("veri").Range("A2:C" & Rows.Count).ClearContents Set conn = CreateObject("Adodb.Connection") Set rs = CreateObject("Adodb.Recordset") yol = ThisWorkbook.Path conn.Open "Provider=microsoft.ace.oledb.12.0;data source=" & yol &...
  20. B

    Klasördeki dosyalardan veri alırken dosya adını da getirmek

    ...A sütunu da 20 satır boyunca ilgili dosyanın adıyla dolsun. Bu konuda yardımcı olabilecek var mıdır? Sub Getir() Set con = VBA.CreateObject("adodb.Connection") Set cat = CreateObject("ADOX.Catalog") 'Set klasor = CreateObject("Shell.Application").BrowseForFolder(0, "Lütfen bir klasor seçin...
Üst