Dear all,
I know that I can add text ListView like that Set Item =
ListView1.ListItems.Add(, , "abc")
Then I want to add another new row to the ListView, how can I do that?
I have tried
Set Item = ListView1.ListItems.Add(2, , "abc") But the "2" is only for
column index but not row
index. Please suggest me how to Add a new row in Listview.
Thanks
hon123456