I have an application I am trying to help a coworker complete. We use 150 to 200 "bulk item codes" for process paramater specifications.
What she would like to do is to create a userform to pick the 10 to 20 bulk item codes produced for the day and enter the production units.
Say the spreadsheet looks like:
she would like to be able to enter the bulk item code (not let her enter an item that is not in the above list) and the corresponding production units into a userform that would look like:
I have been trying to read the VBA Help file on using the ListBox without much success.
Is the ListBox the correct tool, and if so, how do I use it in this application?
Bookmarks