zabiullakhan
Active Member
- Joined
- Aug 30, 2010
- Messages
- 310
Hi I get an error while doing a sort
"This operation requires the merged cells to be identically sized"
Please help
"This operation requires the merged cells to be identically sized"
Code:
Range(c8).select
Range(Cells(1, 1), Cells.SpecialCells(xlCellTypeLastCell)).Sort Selection, xlDescending
Please help