gheyman
Well-known Member
- Joined
- Nov 14, 2005
- Messages
- 2,347
- Office Version
- 365
- Platform
- Windows
On a tab I have a list of Customers along with their ID. I also have a Template where the user will input information about some of the customers.
Right now the user goes to the user Template and copies it and then in a list on that tab selects the customer and then starts entering data.
I was thinking of having a Form pop up where it shows all the customers and their ID in a list/combo Box. When the user triggers the Userform they can go through the list and make selections of which customers they need to enter data for. From that multi selection they click a button on the form and a copy of the Template is duplicated/copied for each customer selected in the list.
So if the user selects Smith, Jones and Brown out of the list of 100 customers, the code will make 3 copies of the template.
(I will rename each tab as they are made)
My question is; is what I want to do possible? Is there a way to know how many selections where made in the list-box by the user?
Right now the user goes to the user Template and copies it and then in a list on that tab selects the customer and then starts entering data.
I was thinking of having a Form pop up where it shows all the customers and their ID in a list/combo Box. When the user triggers the Userform they can go through the list and make selections of which customers they need to enter data for. From that multi selection they click a button on the form and a copy of the Template is duplicated/copied for each customer selected in the list.
So if the user selects Smith, Jones and Brown out of the list of 100 customers, the code will make 3 copies of the template.
(I will rename each tab as they are made)
My question is; is what I want to do possible? Is there a way to know how many selections where made in the list-box by the user?