G
Guest
Hello,
I have a list box that is loaded with text values.
To retreive the data I use the itemIndex property.
How do I find out what the text is? In VBA, what property or method do I use?
for example
IF lstTest._____ = "CAT" then
IF lstTest._____ = "DOG" then
I have a list box that is loaded with text values.
To retreive the data I use the itemIndex property.
How do I find out what the text is? In VBA, what property or method do I use?
for example
IF lstTest._____ = "CAT" then
IF lstTest._____ = "DOG" then