zabiullakhan
Active Member
- Joined
- Aug 30, 2010
- Messages
- 310
i have this code for sorting, however it gives me an error
"This operation requires the merged cells to be of identical size"
this error is due to few merged cells on my sheethow can i avoide this error as i need this merged cells.
Selection.Sort Key1:=Range("B1"), Order1:=xlDescending, Header:=xlGuess, OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
Please help
"This operation requires the merged cells to be of identical size"
this error is due to few merged cells on my sheethow can i avoide this error as i need this merged cells.
Selection.Sort Key1:=Range("B1"), Order1:=xlDescending, Header:=xlGuess, OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
Please help