merhaba..aşağıda kodlarını yazmış olduğum(yine bu forumdan yararlandığım fakat içeriğini tam olarak bilmediğim kodu kendime göre uyarladım)ama çalışmayan kod hakkında yardım istiyorum..yardımcı olacak arkadaşlara şimdiden teşekkür ederim..(koyu yazılan sırada hata veriyor)
Private Sub ListBox1_DblClick(ByVal Cancel As MSForms.ReturnBoolean)TextBox10 = ListBox1.List(ListBox1.ListIndex, 0)
TextBox9 = ListBox1.List(ListBox1.ListIndex, 1)
TextBox4 = ListBox1.List(ListBox1.ListIndex, 2)
TextBox5 = ListBox1.List(ListBox1.ListIndex, 3)
TextBox6 = ListBox1.List(ListBox1.ListIndex, 4)
TextBox7 = ListBox1.List(ListBox1.ListIndex, 5)
TextBox8 = ListBox1.List(ListBox1.ListIndex, 6)
End Sub
Private Sub ListBox1_DblClick(ByVal Cancel As MSForms.ReturnBoolean)TextBox10 = ListBox1.List(ListBox1.ListIndex, 0)
TextBox9 = ListBox1.List(ListBox1.ListIndex, 1)
TextBox4 = ListBox1.List(ListBox1.ListIndex, 2)
TextBox5 = ListBox1.List(ListBox1.ListIndex, 3)
TextBox6 = ListBox1.List(ListBox1.ListIndex, 4)
TextBox7 = ListBox1.List(ListBox1.ListIndex, 5)
TextBox8 = ListBox1.List(ListBox1.ListIndex, 6)
End Sub