How to un grey a listbox

I am not sure what I did to it. The Listbox does what it is supposed and then I ran a routine, and it is greyed out, waiting for me to run my next routine.
Also the columns are typed normal, but I don’t know how to verify that in the debugger.
Suggestions?

What does that mean ? Saying that the list box is grayed out, do you mean it’s disabled ? If so check in the inspector to see if you disabled the Listbox. If that is not the case, you have disabled it by code, search for <Listbox_name>.Enable =.

I found my problem. I didn’t realize I had disabled my Listbox. Old code is a pain sometimes.