> A bit more explanation might help
>
> --
> Don Guillett
> SalesAid Software
> (E-Mail Removed)
> "mobimus" <(E-Mail Removed)@enlever> wrote in message
> news:mn.53187d5c55529142.43543@enlever...
>> Hi,
>>
>> Is there any way to convert the column order?
>>
>> For example:
>>
>> ColumnA;ColumnB;ColumnC;ColumnD;....
>>
>> How to have like the inverse order:
>>
>> ....;ColumnD;ColumnC;ColumnB;ColumnA
>>
>> Nota: If there's any formula, it should be keeped
>>
>>
>> Thank you very much in advance
>>
>>
Ok,
You suppose that you have 4 columns in the foloowing order: A(Name);
B(LastName); C(Grade); D(Marks).
Now, I would like to have colmuns in the inverse order, like:
D(Marks); C(Grade); B(LastName);A(Name)
I hope it's more clear now
I'm waiting for your help