Hello !
Please, be patient with me :) but I spend 2 hours to find a way to do that with no success.
So:
I have an unbound list box. Only one column.
I fill this list using .AddItem command.
Now I wish to modify the value for item(n).
Oh, of course I can remove this item then insert other one in the same position (index) in the list with the new value.
But... is no solution to edit that item ?
Thank you !
Please, be patient with me :) but I spend 2 hours to find a way to do that with no success.
So:
I have an unbound list box. Only one column.
I fill this list using .AddItem command.
Now I wish to modify the value for item(n).
Oh, of course I can remove this item then insert other one in the same position (index) in the list with the new value.
But... is no solution to edit that item ?
Thank you !
Comment