Hello, I hope you can help - my VBA skills are extremely lacking, but I don't think what I'm trying to achieve is actually too difficult.
I'm trying to copy rows from multiple sheets to one summary sheet based on whether the row shows 'completed' in a certain cell or not.
I have a workbook which contains eight worksheets. Worksheet 1 is a 'summary' sheet, and each of the other seven represents a project for my team.
Each project sheet has a single header row, and every row below that represents a single milestone for a project. Column K shows whether the milestone is complete or not, using the word 'completed'. Milestones which have not been completed have a blank cell in column K.
Can someone help me with a macro which runs through each sheet, finds all rows with a blank in cell K, and copies them to the summary sheet, one below the other? Ideally it would run every time you open the workbook.
One additional note - as more projects come on line, the number of sheets might grow - can this be taken into account?
Thanks in advance!
I'm trying to copy rows from multiple sheets to one summary sheet based on whether the row shows 'completed' in a certain cell or not.
I have a workbook which contains eight worksheets. Worksheet 1 is a 'summary' sheet, and each of the other seven represents a project for my team.
Each project sheet has a single header row, and every row below that represents a single milestone for a project. Column K shows whether the milestone is complete or not, using the word 'completed'. Milestones which have not been completed have a blank cell in column K.
Can someone help me with a macro which runs through each sheet, finds all rows with a blank in cell K, and copies them to the summary sheet, one below the other? Ideally it would run every time you open the workbook.
One additional note - as more projects come on line, the number of sheets might grow - can this be taken into account?
Thanks in advance!