Hey all,
Tried the search function, did not turn up any results - I am wanting to see if a macro is possible that will delete certain rows - Rows that do not contain values that are adjacent to each other. For example:
I am hoping for a macro that can delete the rows that are blank as well as the rows with values that are alone. ie: delete the blanks rows as well as the rows with A, B, D, E, F, J, K and L, and keep the rows with C and G since they are 3 and 2 rows adjacent to each other with values contained within.
Any assist is greatly appreciated! Please let me know if this is not clear.
Thank you
Tried the search function, did not turn up any results - I am wanting to see if a macro is possible that will delete certain rows - Rows that do not contain values that are adjacent to each other. For example:
Col 1 | Col 2 | Col 3 | Col 4 | Col 5 | Col 6 | Col 7 | Col 8 |
AAAAAAA | AAAAAAA | AAAAAAA | AAAAAAA | AAAAAAA | AAAAAAA | AAAAAAA | AAAAAAA |
BBBBB | BBBBB | BBBBB | BBBBB | BBBBB | BBBBB | BBBBB | BBBBB |
CCCCCCC | CCCCCCC | CCCCCCC | CCCCCCC | CCCCCCC | CCCCCCC | CCCCCCC | CCCCCCC |
CCCCCCC | CCCCCCC | CCCCCCC | CCCCCCC | CCCCCCC | CCCCCCC | CCCCCCC | CCCCCCC |
CCCCCCC | CCCCCCC | CCCCCCC | CCCCCCC | CCCCCCC | CCCCCCC | CCCCCCC | CCCCCCC |
DDDD | DDDD | DDDD | DDDD | DDDD | DDDD | DDDD | DDDD |
EE | EE | EE | EE | EE | EE | EE | EE |
FFF | FFF | FFF | FFF | FFF | FFF | FFF | FFF |
G | G | G | G | G | G | G | G |
G | G | G | G | G | G | G | G |
JJJJ | JJJJ | JJJJ | JJJJ | JJJJ | JJJJ | JJJJ | JJJJ |
KKKKK | KKKKK | KKKKK | KKKKK | KKKKK | KKKKK | KKKKK | KKKKK |
LLLL | LLLL | LLLL | LLLL | LLLL | LLLL | LLLL | LLLL |
I am hoping for a macro that can delete the rows that are blank as well as the rows with values that are alone. ie: delete the blanks rows as well as the rows with A, B, D, E, F, J, K and L, and keep the rows with C and G since they are 3 and 2 rows adjacent to each other with values contained within.
Any assist is greatly appreciated! Please let me know if this is not clear.
Thank you