ExcelGuy13
New Member
- Joined
- Apr 17, 2016
- Messages
- 3
So I'm hoping to extend the functionality of a request I made here previously at the following link: http://www.mrexcel.com/forum/excel-...column-b-over-move-data-column-sheet-2-a.html
My Aswer is this gave me a perfectly working bit of VB code, but now I'm trying to expand on the functionality and hoping somebody can help.
So almost the exact same concept, the original question was for the VB to scan the original sheet and dump names based on the criteria to a new sheet, but now i've got multiple sheets and want to scan them individually and dump all the results to one sheet, but I want to break up the results by sheet with a color coded label and a blank row. Basically sheet 1 will be where the results show up, and what I need is for excel move to sheet 2 and scan each row starting with row 7 and if every column (excluding A) is empty, then take the value in column a of that row and paste it into the next available space on sheet 1. Continue doing this until the bottom sheet 2, then on sheet 1 add a space and then label it based on the next sheet (and color code) and then move to sheet 3 and repeat the process. This will continue for several sheets (8 or 9 sheets) all dumping back to sheet 1. I recognize my descriptions aren't the best so I've included some screen shots of what I'm trying to accomplish and hopefully somebody can help me make this process MUCH MUCH easier rather than doing this manually on a regular basis. As always THANK YOU and thank you again to 'My Aswer is this' who got me a working project I'm just trying to clean it up and expand on it since the requirements have changed.
Sheet 1:
Sheet 2:
Sheet 3:
Sheet 1 after VB has run:
My Aswer is this gave me a perfectly working bit of VB code, but now I'm trying to expand on the functionality and hoping somebody can help.
So almost the exact same concept, the original question was for the VB to scan the original sheet and dump names based on the criteria to a new sheet, but now i've got multiple sheets and want to scan them individually and dump all the results to one sheet, but I want to break up the results by sheet with a color coded label and a blank row. Basically sheet 1 will be where the results show up, and what I need is for excel move to sheet 2 and scan each row starting with row 7 and if every column (excluding A) is empty, then take the value in column a of that row and paste it into the next available space on sheet 1. Continue doing this until the bottom sheet 2, then on sheet 1 add a space and then label it based on the next sheet (and color code) and then move to sheet 3 and repeat the process. This will continue for several sheets (8 or 9 sheets) all dumping back to sheet 1. I recognize my descriptions aren't the best so I've included some screen shots of what I'm trying to accomplish and hopefully somebody can help me make this process MUCH MUCH easier rather than doing this manually on a regular basis. As always THANK YOU and thank you again to 'My Aswer is this' who got me a working project I'm just trying to clean it up and expand on it since the requirements have changed.
Sheet 1:

Sheet 2:

Sheet 3:

Sheet 1 after VB has run:
