I've spent some time doing searches and reading forums/documentation, but I am just stuck here.
I have a userform with 5 textboxes, a command button, and a listbox. When the user enters values into all 5 textboxes and then clicks the command button, I want those 5 values to be loaded into the listbox in one row, with 5 separate columns. Then the textboxes will clear, allowing the user to enter 5 more values, click the command button again, and add those 5 values to another row across 5 columns.
Whenever the user is finished adding data sets into the listbox and clicks a second command button, I will need to get all that data out of the listbox, into a 2d array.
Bookmarks