I think this is a relatively simple question. I've had no formal training in vb, so the answer may be right in front of me, but... I would like for a user to be able to add items to a list box, and have them stay there. I know how to do this with the "list.additem()" command, but the items don't stay in the list after the program ends. I basically want the combo/list box to "remember" what the user put in it after the program ends.