L
Legacy 171839
Guest
Hi,
Proper stuck here.
Problem - Need some vba to do the following:
Criteria: Identify if 1st 12 characters in A1 match 1st 12 characters in A2.
Action: If they do, merge rows 1 and 2 (data wont overlap; b1 may have data, c2 may have data. We want to keep both in merged row. B1 and B2 will never both contain data).
Code should look down the whole of Column A and merge all rows where the cell 1st 12 characters of the cell match the 1st 12 of cell directly below it.
Hope this makes sense, and really hope you can help.
Thanks in advance
Proper stuck here.
Problem - Need some vba to do the following:
Criteria: Identify if 1st 12 characters in A1 match 1st 12 characters in A2.
Action: If they do, merge rows 1 and 2 (data wont overlap; b1 may have data, c2 may have data. We want to keep both in merged row. B1 and B2 will never both contain data).
Code should look down the whole of Column A and merge all rows where the cell 1st 12 characters of the cell match the 1st 12 of cell directly below it.
Hope this makes sense, and really hope you can help.
Thanks in advance