re-order excel file columns (1 Viewer)

jeo

Registered User.
Local time
Today, 18:53
Joined
Dec 26, 2002
Messages
299
i'm just wondering if anyone knows of a way to re-format an excel file.
i have a file with a bunch of data on it with different columns. then i have a certain layout that this excel file must be in before i can use it.
let's say i have original file as follows:
column a - age
column b - name
column c - address
column d - ss#

and i need it to be in the following format:
column a - ss#
column b - names
column c - age
column d - address

i have a lot of clumns, not just 4 and it would take a lot of manual work to get them in the proper order. is there a way to do this somehow programatically?
thanks.
 

ajetrumpet

Banned
Local time
Today, 12:53
Joined
Jun 22, 2007
Messages
5,638
i'm just wondering if anyone knows of a way to re-format an excel file.
i have a file with a bunch of data on it with different columns. then i have a certain layout that this excel file must be in before i can use it.
let's say i have original file as follows:
column a - age
column b - name
column c - address
column d - ss#

and i need it to be in the following format:
column a - ss#
column b - names
column c - age
column d - address

i have a lot of clumns, not just 4 and it would take a lot of manual work to get them in the proper order. is there a way to do this somehow programatically?
thanks.
I found this on another site. It might be just the thing for you... :)
 
Last edited:

jeo

Registered User.
Local time
Today, 18:53
Joined
Dec 26, 2002
Messages
299
Thanks! I will try both of these as I need something to get this process complete a little faster.
 

Users who are viewing this thread

Top Bottom