This code makes it easy to change the text for list items
This code makes it easy to change the text for list items
Rate This code makes it easy to change the text for list items
(1(1 Vote))
'Example: Call Change_Listitem(List1, Text1)
Dim i As Integer
i = lista.ListIndex
lista.RemoveItem (i)
lista.AddItem Txt, i
lista.ListIndex = i
End Sub
This code makes it easy to change the text for list items Comments
No comments yet — be the first to post one!
Post a Comment