T
Tim Coddington
Ok. So I have this multi-column listbox.
I've figured out how to tell which row is clicked.
Private Sub ListBox1_Click()
MsgBox ListBox1.ListIndex
End Sub
Is there a way to tell which column is clicked?
Thanks,
Tim
I've figured out how to tell which row is clicked.
Private Sub ListBox1_Click()
MsgBox ListBox1.ListIndex
End Sub
Is there a way to tell which column is clicked?
Thanks,
Tim