Access9001
Registered User.
- Local time
- Yesterday, 16:13
- Joined
- Feb 18, 2010
- Messages
- 268
I have values in a listbox, say:
a
b
c
d
I want to basically be able to say "make item x = 'something'":
a
b
something
d
I've tried modifying it through List1.Column(0,x) but it says "object required." How can I do this?
a
b
c
d
I want to basically be able to say "make item x = 'something'":
a
b
something
d
I've tried modifying it through List1.Column(0,x) but it says "object required." How can I do this?