Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a report that contains merged cells. I need to get rid of the merged
cells and then have the data from the first row repeated in the blank rows. I found a macro to umerge all the cells (Cells.MergeCells = False) so far so good! But now I need to repeat the data. I have two columns in the sheet that will need to be unmerged and have the data repeated. The existing workbook looks like this, with the cells for W, X, Y, and Z merged so they span one or more rows, it varies: X Y 1 2 3 4 5 6 Z W 7 8 9 1 2 3 I need it like this, so I can successfully filter: X Y 1 2 3 X Y 4 5 6 Z W 7 8 9 Z W 1 2 3 TIA for any help! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Select Merged Cells and Unmerge Spread Merge Data To All Cells | Excel Programming | |||
MACRO - Unmerge cells and delete blank columns, leaving data colum | Excel Programming | |||
Unmerge cells and place contents of first cell in all cells | Excel Programming | |||
How do you unmerge cells? | Excel Discussion (Misc queries) | |||
To safety merge cells without data destroyed, and smart unmerge! | Excel Discussion (Misc queries) |