I have an excel workbook that is used to track tasks by project. Each project has its own worksheet in the workbook.
Within each worksheet, there are rows for each work item, and the first column contains the person’s name that the work item is assigned to. These rows are not sorted by name.
I want to create a worksheet that will automatically go through each of the worksheets (other than the active sheet) and pull in all rows assigned to a certain person.
Anyone know of a VBA Macro that will take care of this for me?
This should get you started: