Forumda emeği geçen herkese merhaba. Arkadaşlar aşağıdaki kodlarla ListBox1 ve ListBox2 de herhangi bir seçim yapmadan her iki ListBox'ın 1.satır ve 4. ,5. sütunlarını toplayıp Textbox'a yazdırmak istiyorum. Epey uğraştım ama sonuç alamadım.Run time error 94 hatası veriyor. Merakım seçim yapmadan böyle bir işlem mümkün mü değil mi ? İlgilenen arkadaşlara şimdiden teşekkürler.
toplam = ListBox1.List(1, 4) + ListBox1.List(1, 5) + ListBox2.List(1, 4) + ListBox2.List(1, 5)
TextBox1 = toplam
toplam = ListBox1.List(1, 4) + ListBox1.List(1, 5) + ListBox2.List(1, 4) + ListBox2.List(1, 5)
TextBox1 = toplam
