From: ASL Bravo on
hii, I am looking for help to sort my excel data. I got below list of columns

A B C D ......................
Time Speed Acceleration BrakePressure .........


using xls read with ('filename, -1') I can select the range of cell data interactively, however I do want to select 2 columns at a time. For example extract A and B, then A and D and like wire. Its like time and specific data(Speed or acceleration) at a time.

Can anyone help me... I think I made clear I dont want to select from cell A till cell D, rather just column A and column D.. any ideas pls?

thanks