Question [Excel][VBA][Form][ListView] Get list subitems
Hi guys,
Is there any way to get the Column from a listview? I need to triagulate the data in a listview and get column and row for the item selected. The listItem (row) I can get, but the listSubitem (column) I have not found any viable way to get them.
Can things like hotTracking and HoverSelection help with this?
Re: Question [Excel][VBA][Form][ListView] Get list subitems
Re: Question [Excel][VBA][Form][ListView] Get list subitems
That shows how to get rows, not columns unfortunately. are there any other alternative table like structures that can return clicked row and column?
Re: Question [Excel][VBA][Form][ListView] Get list subitems
Have you tried the MS(H)FlexGrid?
Re: Question [Excel][VBA][Form][ListView] Get list subitems
And as i told you in your original post in VB6: There is a way to "hittest" a column in a ListView, and has been discussed here on the forum:
https://www.vbforums.com/showthread....hlight=hittest