|
Search | Merged cells |
This page in 2007 Top Previous Next |
|
MERGED CELLS This command selects all the merged cells which intersect the current selection. Why would you want to use it? There are many practical reasons to dislike merged cells.
A common use of the Excel Merge and Center command is to center heading text above a number of columns over which the heading applies. The OAK4 | Search | Merged cells command allows you to find any merged cells that exist on your worksheet. Once identified, the merged cells can then be reverted back into individual cells and formatted as follows to achieve the same appearance of text within merged cells:
How to use it Either select the range of cells you suspect to contain merged cells or select just a single cell to find all the merged cells on the worksheet. Then choose the OAK4 | Search | Merged cells command; it will either select those merged cells that intersect the current selection or return a “No merged cells found in selection” message. Wrinkles If the active cell happens to be a merged cell, then the OAK4 | Search | Merged cells command will only identify this cell, ignoring other merged cells within the worksheet. In this case, the One-Cell Rule does not apply because the active cell is being treated as a selection of more than one item as opposed to a single cell. What you could do if you didn't have OAK There are no comparable tools within Excel capable of locating multiple merged cells in a worksheet. A probable solution would be to implement a search algorithm in a macro. The identified merged cells can then be split apart using the “Center Across Selection” Horizontal Text alignment formatting option described above. |