Re: MSCOMCTL version problem
Where is what you are adding?
Set lvwListItem = myLv.ListItems.Add (, , "blah")
Re: MSCOMCTL version problem
In next few lines that are not relevant here because error is caused by this one. However, it works fine when i try your code in a new Project. But it doesn't work in mine. Perhaps i should remove all dependencies and add ver. 5 first.
Meanwhile, i have solved it so it works withouth declaring ListItem at all - just by accessing .Text and .SubItems() via LV. However, i'm still interested in the "ListItem" solution.
Re: MSCOMCTL version problem
I'm not sure what you mean.