Sorgu için arama sonuçları: listcount

  1. Muzaffer Ali

    2 Listbox Arası Data Transferi

    Aşağıdaki gibi bir msgbox ile toplanacak değeri kontrol edin. Sub topla2() For Row = 0 To UserForm12.ListBox2.ListCount - 1 MsgBox Val(UserForm12.ListBox2.List(Row, 8)) Sum = Sum + Val(UserForm12.ListBox2.List(Row, 8)) Next Row UserForm12.TextBox2 = Sum End Sub...
  2. M

    2 Listbox Arası Data Transferi

    ...toplama işlemi malesef olmuyor. Nerede hata yapıyorum ? Listbox1'i toplayan formül: Sub topla() For Row = 0 To UserForm12.ListBox1.ListCount - 1 Sum = Sum + Val(UserForm12.ListBox1.List(Row, 8)) Next Row UserForm12.TextBox1 = Sum End Sub Listbox2'yi toplayan fomül: Sub topla2() For...
  3. Muzaffer Ali

    2 Listbox Arası Data Transferi

    Deneyiniz. Dim Liste As Integer Dim Satir As Integer For Liste = 0 To ListBox1.ListCount - 1 If ListBox1.Selected(Liste) Then ListBox2.AddItem For Satir = 0 To ListBox1.ColumnCount ListBox2.List(ListBox2.ListCount - 1, Satir) =...
  4. M

    2 Listbox Arası Data Transferi

    Kendi kodumla bunu nasıl birleştiricem onu anlamadım. Sadece bu kodu yaparsam sadece 1 column veri geliyor o da ilk olan
  5. Muzaffer Ali

    2 Listbox Arası Data Transferi

    Merhaba. Dim Liste As Integer ListBox2.AddItem For Liste = 0 To ListBox1.ColumnCount ListBox2.List(ListBox2.ListCount - 1, Liste) = ListBox1.List(ListBox1.ListIndex, Liste) Next
  6. M

    2 Listbox Arası Data Transferi

    ...kalan 7 bölüm geçmiyor. hepsinin geçmesi için kodu nasıl değiştirmem gerek ? Dim z As Long ListBox2.ColumnCount = 9 For z = Me.ListBox1.ListCount - 1 To 0 Step -1 If Me.ListBox1.Selected(z) Then Me.ListBox2.AddItem Me.ListBox1.List(z, 0)...
  7. H

    Acceste Güncelleme Yaparken Hata

    ...eklenebilir yada listbox1'in değeri arasında dolaşılıp içinde 2 geçmeyenler ListBox1.RemoveItem (x) ile silinebilir For x = ListBox1.ListCount - 1 To 0 Step -1 If Not ListBox1.List(x) Like "*2*" Then ListBox1.RemoveItem (x) Next sisteminizin nasıl işlediğini bilemeden öneriler...
  8. K

    Çözüldü Dinamik text aramalı ListBox

    ...To UBound(List) If InStr(1, List(t, 1), Trim(TextBox1), vbTextCompare) Then ListBox1.AddItem ListBox1.List(ListBox1.ListCount - 1, 0) = List(t, 1) ListBox1.List(ListBox1.ListCount - 1, 1) = List(t, 2) ListBox1.List(ListBox1.ListCount - 1, 2) = List(t, 3)
  9. K

    Çözüldü Dinamik text aramalı ListBox

    ...ListBox1.AddItem List(t, 1) End If Next End Sub Ama bu seferde sadece mesela ismi getiriyor yanındaki bilgileri getirmiyor, ListBox1.List(ListBox1.ListCount - 1, 1) = List.Offset(0, 1) ListBox1.List(ListBox1.ListCount - 1, 2) = List.Offset(0, 2) denedim olmadı.
  10. K

    Çözüldü Dinamik text aramalı ListBox

    ...If InStr(1, oteladi, TextBox1.Text, vbTextCompare) > 0 Then ListBox1.AddItem ListBox1.List(ListBox1.ListCount - 1, 0) = oteladi ListBox1.List(ListBox1.ListCount - 1, 1) = oteladi.Offset(0, 1) ListBox1.List(ListBox1.ListCount - 1, 2) = oteladi.Offset(0...
  11. H

    Soru Lisboxtaki Verilerin Şartlı Aktarılması

    ...Sheets("ÖZET").Visible = True Sheets("ÖZET").Select Sheets("ÖZET").Range("C4.Z20000").ClearContents Sheets("ÖZET").Range("C4:Z" & ListBox1.ListCount + 3) = ListBox1.List MsgBox " Kayıt Aktarıldı" Else If cevap = vbNo Then MsgBox " Kayıt aktarma işlemi iptal edildi" Exit Sub End If...
  12. G

    Koşullu Listbox seçili satır güncelleme

    ...Dim Nesne As Control Dim i As Integer Dim a As Integer UserForm1.ListBox1.Clear ListBox1.AddItem ("T.C.Kimlik No") ListBox1.List(ListBox1.ListCount - 1, 1) = "Adı Ve Soyadı" ListBox1.List(ListBox1.ListCount - 1, 2) = "İzin Başlangıç Tarihi" ListBox1.List(ListBox1.ListCount - 1, 3) = "İzin...
  13. B

    Çoklu kritere göre filitre

    Çok Özür Dilerim. Geç Yanıtladım ama İşlemi Doğru Şekilde Yapıyor. tam istediğim gibi ellerinize sağlık. Şükranlarımı sunuyorum.
  14. Hakan ERDOST

    Filtre edilmiş listbox üzerinden birden fazla satır seçerek güncelleme.

    ...On Error Resume Next ' Seçili satırları selectedRows dizisine ekleyin For i = 0 To UserForm17.ListBox1.ListCount - 1 If UserForm17.ListBox1.Selected(i) Then ReDim Preserve selectedRows(selectedCount) selectedRows(selectedCount) =...
  15. Hakan ERDOST

    Filtre edilmiş listbox üzerinden birden fazla satır seçerek güncelleme.

    ...Dim i As Integer On Error Resume Next ' Seçili satırları selectedRows dizisine ekleyin For i = 0 To UserForm17.ListBox1.ListCount - 1 If UserForm17.ListBox1.Selected(i) Then ReDim Preserve selectedRows(selectedCount) selectedRows(selectedCount) = i...
  16. D

    Çoklu kritere göre filitre

    ...ListBox1.ColumnCount = 15 ListBox1.ColumnHeads = False ListBox1.Clear ListBox1.List = MyRng For i = 0 To ListBox1.ListCount ListBox1.List(i, 0) = Format(ListBox1.List(i, 0), "dd.mm.yyyy") Next i TextBox3 = Format(WorksheetFunction.Subtotal(9, s1.Columns(4)), "Currency") TextBox4 =...
  17. U

    En son dolu satıra kadar Sütuna yazdırmak

    Burayı çözemediğim için projede ilerleyemiyorum :( İyice kafam karıştı. Yardımcı olacak bir hocam olursa çok sevinirim.
  18. U

    En son dolu satıra kadar Sütuna yazdırmak

    ...çalıştıracak yani listbox6 verilerini Rapor sayfasına aktaracak. With ListBox6 S1.Cells(S1.Rows.Count, 1).End(3)(2, 1).Resize(.ListCount, .ColumnCount) = .List End With end Butona tekrar tıkladığımda msgbox uyarı mesajı verecek ("Üretim planına devam etmek istiyor musunuz")...
  19. U

    uyarı mesajına göre (vbyes - vbno) seçeneğine kayıt yapsın

    ...Then Set s1 = Sheets("Rapor") s1.Range("A5:R200").ClearContents With ListBox6 s1.Cells(s1.Rows.Count, 1).End(3)(2, 1).Resize(.ListCount, .ColumnCount) = .List End With Else With ListBox6 s1.Cells(s1.Rows.Count, 1).End(3)(2, 1).Resize(.ListCount, .ColumnCount)...
  20. U

    uyarı mesajına göre (vbyes - vbno) seçeneğine kayıt yapsın

    ...If Onay = vbNo Then Exit Sub Rem With ListBox6 S1.Cells(S1.Rows.Count, 1).End(3)(2, 1).Resize(.ListCount, .ColumnCount) = .List End With End Sub Private Sub CommandButton9_Click() Call Test End Sub end[code] Yanlız hocam ben soruyu yanlış sormuşum çok özür dilerim...
Üst