I have been trying to make a listbox in which, everytime clicking a button a new item is added. And also, there is another button which removes selected items from the listbox. I've been unable to do both....
First. I tried to add 4 items in a row for 4 colums. The problem is that .List reset everytime the listbox.
Second. In order to remove the items I've been using .Selected() but when I run the user form it won't recognize the function...