LVW.Items(2).SubItems(2).Text = "ready"
LVW.Items(1).SubItems(1).Text = "ready"
LVW.Items.Item(1).SubItems(2).Text = "ready"
nothing works!
i have a listview, about 30 rows, and 5 colums.. why isnt this working?
i keep getting arguement out of range?
