Ok, so I have a blank sheet 1. Then several additional sheets (5-10) with data loaded to them. Every time the VBA is run it should move to sheet 2 and search through every single row with a value in column A (excluding the header row). Any row that doesn't have a value in any of the columns (excluding column a) copy the value of column A in that row to sheet 1, then go back to that sheet and continue looking at all the rows, when the next criteria is met it should go back to sheet 1 and paste to the next row. Once this is complete it needs to go the next sheet and repeat the process. Then on to the next sheet, etc until all sheets have been reviewed.
The other catch is for each new sheet it reviews it needs to skip a line and then put the sheet name as the next value so I can determine which values come from what sheet (if these can be bolded and highlighted as in the example that would be even better). I've made a very simplified version of what I'm looking for. The actual version has 100s of additional rows and several more columns. Please see the images below. Thanks to anybody who can help.
After the vba runs the Results sheet would look like this based on the Group 1 and Group 2 example sheets
The other catch is for each new sheet it reviews it needs to skip a line and then put the sheet name as the next value so I can determine which values come from what sheet (if these can be bolded and highlighted as in the example that would be even better). I've made a very simplified version of what I'm looking for. The actual version has 100s of additional rows and several more columns. Please see the images below. Thanks to anybody who can help.
After the vba runs the Results sheet would look like this based on the Group 1 and Group 2 example sheets