Hi there,
I'm new to this forum and new to VBA so apologies if I am not posting this in the right place or if nothing makes sense.
I'm trying to find some coding that will automatically copy data from one table to another depending on certain criteria. I have a table that lists a number of projects, the type of project and which team member has been allocated to which role (AD, Chair, TA, TL). I want each team member to have their own table in a separate worksheet that updates automatically once the data in the master sheet is edited. Team members can be allocated to one of the four roles per project so I want to be able to search for their name in the four role columns and if their name is present, copy the entire row to their own table in their own worksheet.
I have searched multiple forums trying to find coding that will fit what I want it to do but I only seem to be able to find a code that will look for text in one column not 4 like I want to do. If anyone is able to help it would be most appreciated.
I have tried to upload a simple example of what my tables may look like but it is saying there is a problem uploading the file. To give you an idea, column A is project no., B is Project type, C:F are the different roles for each project (AD, Chair, TA, TL).
I hope that makes sense.
Thanks
Debbie
I'm new to this forum and new to VBA so apologies if I am not posting this in the right place or if nothing makes sense.
I'm trying to find some coding that will automatically copy data from one table to another depending on certain criteria. I have a table that lists a number of projects, the type of project and which team member has been allocated to which role (AD, Chair, TA, TL). I want each team member to have their own table in a separate worksheet that updates automatically once the data in the master sheet is edited. Team members can be allocated to one of the four roles per project so I want to be able to search for their name in the four role columns and if their name is present, copy the entire row to their own table in their own worksheet.
I have searched multiple forums trying to find coding that will fit what I want it to do but I only seem to be able to find a code that will look for text in one column not 4 like I want to do. If anyone is able to help it would be most appreciated.
I have tried to upload a simple example of what my tables may look like but it is saying there is a problem uploading the file. To give you an idea, column A is project no., B is Project type, C:F are the different roles for each project (AD, Chair, TA, TL).
I hope that makes sense.
Thanks
Debbie