Private Sub ListBox1_DblClick(ByVal Cancel As MSForms.ReturnBoolean)
With UserForm2
.TextBox_SIRA.Value = Me.ListBox1.List(Me.ListBox1.ListIndex, 0)
.TextBox_TARIH.Value = Format(Me.ListBox1.List(Me.ListBox1.ListIndex, 1), "dd.mm.yyyy")
.Show
End With
Unload Me
End Sub
Listboxtan Userform Textboxa Veri Alma
Bu Konudaki Yorumlar |
Listboxtan Userform Textboxa Veri Alma - Yazar: yenginoglu - 30/04/2020, 17:08
RE: Listboxtan Userform Textboxa Veri Alma - Yazar: feraz - 30/04/2020, 22:49
RE: Listboxtan Userform Textboxa Veri Alma - Yazar: yenginoglu - 03/05/2020, 12:26
|
Konuyu Okuyanlar: 1 Ziyaretçi