xls batch operation

  • Thread starter Thread starter John Stubbings
  • Start date Start date
J

John Stubbings

I have about 100 xls files that I want to extract three columns from
each and combine into one file.

Any ideas?
 
John Stubbings said:
I have about 100 xls files that I want to extract three columns from
each and combine into one file.

Any ideas?


The only way that I can think of is via VBA.
Put all the files in a single folder and loop through each one copying the
columns that you need.
 
Back
Top