J
Jacques van Rensburg
Hi
I'm struggling to copy rows from one sheet to one or more sheet.
What I have.
Columns A to C contains user info eg Name, Company, email Address.
Columns D to H is various emails lists the user belongs to eg: Tech News, Sales, etc etc.
A user can belong to one or more distribution list.
What I want to do.
When I select one or more lists in Columns D to H (textbox linked to cell), I want the data from Columns A to C for the user to be copied to new sheets. There will be a sheet for every distribution list.
When I deselect a user from a list it should be removed automatically from the corresponding sheet. Or, I need to run a macro that clear the sheet (all sheets) and populates the sheets with the new selections.
I found various VB code examples for a single text box in a row, but not when there are many as is the case here. And I'm not a VB coder so I was not able to modify it successfully.
I hope the above setup makes sense?
Any suggestions on how to do this.
Thanks!!
I'm struggling to copy rows from one sheet to one or more sheet.
What I have.
Columns A to C contains user info eg Name, Company, email Address.
Columns D to H is various emails lists the user belongs to eg: Tech News, Sales, etc etc.
A user can belong to one or more distribution list.
What I want to do.
When I select one or more lists in Columns D to H (textbox linked to cell), I want the data from Columns A to C for the user to be copied to new sheets. There will be a sheet for every distribution list.
When I deselect a user from a list it should be removed automatically from the corresponding sheet. Or, I need to run a macro that clear the sheet (all sheets) and populates the sheets with the new selections.
I found various VB code examples for a single text box in a row, but not when there are many as is the case here. And I'm not a VB coder so I was not able to modify it successfully.
I hope the above setup makes sense?
Any suggestions on how to do this.
Thanks!!