I'm not sure if this can be done or not. I have dug through the threads and google looking for code. I have multiple rate sheets that are named by client. On the sheets are the equipment we are going to use along with the rates we are going to charge. I don't want to just copy and paste the entire equipment list and change the rates for the pieces we are going to use.
What I have built already.
My userform has 120 pieces of equipment on it.
All the textboxes populate when I open it from an equipment list from another sheet.
I have checkboxes next to every piece of equipment.
Empty textboxes for internal rates
Empty Textboxes with Client rates
Empty Textboxes with % Markups
What I want to do with code.
I need to be able to check every piece of equipment that I want to put on that active rate sheet.
Fill out the 3 empty textboxes.
Press the command button and have it add all of the pieces of equipment in the textboxes from the checkboxes that are true.
And if possible add how many pieces of each class needed. Leave it as 1 piece for default.
I have never built a userform to add multiple rows at once and cannot find anyone out there that has either. Is this even possible ?
Appreciate the help.
What I have built already.
My userform has 120 pieces of equipment on it.
All the textboxes populate when I open it from an equipment list from another sheet.
I have checkboxes next to every piece of equipment.
Empty textboxes for internal rates
Empty Textboxes with Client rates
Empty Textboxes with % Markups
What I want to do with code.
I need to be able to check every piece of equipment that I want to put on that active rate sheet.
Fill out the 3 empty textboxes.
Press the command button and have it add all of the pieces of equipment in the textboxes from the checkboxes that are true.
And if possible add how many pieces of each class needed. Leave it as 1 piece for default.
I have never built a userform to add multiple rows at once and cannot find anyone out there that has either. Is this even possible ?
Appreciate the help.