...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 =...
...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 &...
...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 =...
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...
...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...
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=" &...
...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...
...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="...
...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 &...
...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...
...çalıştı. Tek alt sorgu ile sonuç geliyor.
Sub getData3()
Sheets("Report").Range("A2:F" & Rows.Count).ClearContents
With CreateObject("ADODB.Connection")
.Open "Driver={Microsoft Excel Driver (*.xls, *.xlsx, *.xlsm, *.xlsb)}; Readonly=False; DBQ=" & ThisWorkbook.FullName...
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.