Ark68
Well-known Member
- Joined
- Mar 23, 2004
- Messages
- 4,564
- Office Version
- 365
- 2016
- Platform
- Windows
What would be the best approach in VBA, to assess a column of cells in which there are contingent cells of different sizes having the same value, and merge them.
Example:
MrExcel HTML i guess does not show merged cells...so imag V25:V28, V30:V31 and V32:V34 merged respectively.
Example:
Excel 2010 | |||
---|---|---|---|
V | |||
24 | ORIGINAL | ||
25 | Dog | ||
26 | Dog | ||
27 | Dog | ||
28 | Dog | ||
29 | Hamster | ||
30 | Cat | ||
31 | Cat | ||
32 | Bird | ||
33 | Bird | ||
34 | Bird | ||
RPL |
Excel 2010 | |||
---|---|---|---|
V | |||
24 | ALTERED | ||
25 | Dog | ||
26 | |||
27 | |||
28 | |||
29 | Hamster | ||
30 | Cat | ||
31 | |||
32 | Bird | ||
33 | |||
34 | |||
RPL |
MrExcel HTML i guess does not show merged cells...so imag V25:V28, V30:V31 and V32:V34 merged respectively.