Hi All,

I am very new to VBA programming, and cabn see I will need to invest a lot of time to get to a decent level, but the first problem I have is sorting daily information into order.

Basically every day we get a large csv file that has numerous columns, some have the information we need, many colums have information that is not used and just needs to be discarded. Next I need to choose the data that I do need and then flow it in data order so my spreadsheet looks like


Data Y, Data A, Data B etc (ie data is not in alphabetical order but is in the order we need to see the information)

23 Sep 2012
24 Sep 2012
etc

Once I have this information I can save at least an hour of re-keying time per day.

Can anyone help ?