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 :)
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 :)