I overlooked the request in your OP to "sync" the data.
Does this work for you?
Say you import to Sheet1.
Try this on Sheet2, where you can enter this formula in any cell:
=INDEX(Sheet1!$A:$AA,COLUMNS($A:A),ROWS($1:1))
Then, copy across, and then copy down.
I've set the index range for 27 columns ( A:AA ),
Which allows you to copy down 27 rows, and across unlimited columns.
If your original data extends beyond Column AA,
just adjust that in the formula.
Of course, the max is 256 rows down if the index range goes to A:IV.

Signature
HTH,
RD
---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
> Thank You,
>
[quoted text clipped - 5 lines]
> Regards
> THank again AJ