Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21375

Trying to get col2, row1 from a listview control

$
0
0
That is, the column after the checkbox.

I'm trying

Dim thelistview
Set thelistview = Form1.LV1.ListItems
Debug.Print thelistview.SubItems(1)
Set thelistview = Nothing

And failing spectacularly... but I might be close!

Help appreciated - thanks :)

Viewing all articles
Browse latest Browse all 21375

Trending Articles