Hello, using vba i am looking for a way to find a header/multiple headers, the first header is called "Test A" and starts on row A51 and has a range where values are.
The next header after that is "Test A-1" and same thing has a range of values, but that one is in column A but the row can be different depending on the values from the header Test A.
Then the headers repeat where a new entry of "Test A" and "Test A-1" can happen with new values still in column A . All in a sheet called sheet1
Is there a way to find these headers and the repeated ones?
And copy their values that are located one row below the header name and in column G so 6 columns over and paste those values into sheet2, until there is no values to copy from?
here is an example how the header and the value spaces
The next header after that is "Test A-1" and same thing has a range of values, but that one is in column A but the row can be different depending on the values from the header Test A.
Then the headers repeat where a new entry of "Test A" and "Test A-1" can happen with new values still in column A . All in a sheet called sheet1
Is there a way to find these headers and the repeated ones?
And copy their values that are located one row below the header name and in column G so 6 columns over and paste those values into sheet2, until there is no values to copy from?
here is an example how the header and the value spaces