Hi,
If I create a list box, and the user clicks on it anywhere, I can get what ROW they clicked on easily enough (using the ListIndex attribute).
However, how can I determine which COLUMN the user clicked in?
Is there an object better suited to this than a listbox?
Thanks,
-dmr