Hi there
I am new with VBA and I am trying to develop an excel macro for this topic, but I haven´t been able to find something that would meet my needs as a starting point, hence I am looking for some help to develop an excel macro that will merge rows, below and above an specific cell value within the same column
For example, I have the following set of data in column A:
A1-->Position name
A2-->Company name
A3-->Requeriments
A4-->AAAAA
A5-->BBBBB
A6-->CCCCC
A7-->Skills
A8-->XXXX
A9-->YYYY
The macro should look for the values in column A, and merge starting with the cell that contains "Requirements" and would finish above the cell that contains "Skills", as shown below:
A1-->Position name
A2-->Company name
A3-->Requeriments
AAAAA
BBBBB
CCCCC
A4-->Skills
XXXX
YYYY
Then the macro would loop through the other columns and do the same. Note that the other columns can have more rows of data that would need to be merged under requirements and skills.
Please let me know if you have any doubts, any help would be greatly appreciated!!
Regards,
I am new with VBA and I am trying to develop an excel macro for this topic, but I haven´t been able to find something that would meet my needs as a starting point, hence I am looking for some help to develop an excel macro that will merge rows, below and above an specific cell value within the same column
For example, I have the following set of data in column A:
A1-->Position name
A2-->Company name
A3-->Requeriments
A4-->AAAAA
A5-->BBBBB
A6-->CCCCC
A7-->Skills
A8-->XXXX
A9-->YYYY
The macro should look for the values in column A, and merge starting with the cell that contains "Requirements" and would finish above the cell that contains "Skills", as shown below:
A1-->Position name
A2-->Company name
A3-->Requeriments
AAAAA
BBBBB
CCCCC
A4-->Skills
XXXX
YYYY
Then the macro would loop through the other columns and do the same. Note that the other columns can have more rows of data that would need to be merged under requirements and skills.
Please let me know if you have any doubts, any help would be greatly appreciated!!
Regards,