Hi !

Im looking for a way (not using formula or vba) for order several arrays by their title, I mean :

I have some matrix, a matrix contains a title and contains a set of cells (with, sometimes, some merged cells)
By example :

Matrix B : title Matrix B
CellA1 CellB1 CellC1 CellD1 ...
CellA2 CellB2 CellC2 CellD2 ...
...

Matrix C : title Matrix C
...

Matrix A : title Matrix A
...

Is there a way for order these matrix ? the result after order :

Matrix A : title Matrix A
...

Matrix B : title Matrix B
...

Matrix C : title Matrix C
...