I have a userform containing seven textboxes into which customer details are input. I wish for these details to add to the bottom of a list on a worksheet on clicking a command button. The userform would now show with the text boxes empty, ready for the next customer details and so on……
I thought an efficient way would be to create a collection containing the text box values as items which could then be referenced through code. The worksheet could then be updated with these values.
Would this be an efficient method or can anyone advise further.
BTW. The help section for Excel VBA is impenetrable when it comes to Collections.
Cheers
Rob