I have an excel sheet with 4 ActiveX listboxes, I have 4 buttons for each list to add an item to each of the lists. The data is added to the list and is displayed properly, but when I save then re-open the file the lists are empty. I tested this with a new file with 1 list box and 1 button that adds an item to the list and it does the same thing. Is there a reason the lists are blank? I know I can have the list be loaded from a separate sheet every time the file is open but that completely defeats the purpose of having the listbox in the first place.
Here is my test listbox code:
Bookmarks