I have a data sheet that has multiple entries for Batch Number. Meaning a batch will have multiple expense entries but there will be only one batch number for those. Example: A receipt would be a batch and the items bought would be the entries. I want to create a userform with a listbox to display only the batch numbers (a unique list) in vba. I know how to do it with formulas but rather not because it requires more data.
How can I create a unique list of batch numbers and data related to it in a userform in VBA? And can this be sortable by date?
Thank you.
How can I create a unique list of batch numbers and data related to it in a userform in VBA? And can this be sortable by date?
Thank you.