R Ron de Bruin Jun 24, 2006 #2 Hi Ka You can use the Double click event maybe ? Private Sub ListBox1_DblClick(ByVal Cancel As MSForms.ReturnBoolean) ActiveCell.Value = Me.ListBox1.Value End Sub
Hi Ka You can use the Double click event maybe ? Private Sub ListBox1_DblClick(ByVal Cancel As MSForms.ReturnBoolean) ActiveCell.Value = Me.ListBox1.Value End Sub
K ka Jun 24, 2006 #3 Thanks you Ron de Bruin, it's ok ! bye Ron de Bruin said: Hi Ka You can use the Double click event maybe ? Private Sub ListBox1_DblClick(ByVal Cancel As MSForms.ReturnBoolean) ActiveCell.Value = Me.ListBox1.Value End Sub Click to expand...
Thanks you Ron de Bruin, it's ok ! bye Ron de Bruin said: Hi Ka You can use the Double click event maybe ? Private Sub ListBox1_DblClick(ByVal Cancel As MSForms.ReturnBoolean) ActiveCell.Value = Me.ListBox1.Value End Sub Click to expand...