Convert *.Xls to *.csv

G

Guest

Hi
I have 2000 old *.xls file which need to be uploaded to AS400. I took care
of the 400 side to receieve the files from NT server as *.csv. Is there a way
to convert *.xls in to *.csv in a batch?

Thanks
 
B

Bob Kilmer

"Nilesh Butala" wrote:
Is there a way to convert *.xls in to *.csv in a batch?

Yes. You'll need to loop thru the files in one or more directories, open
each workbook, loop thru the worksheets or find the sheet of interest (if
more than one) and saveas CSV. I am sure a few google searches will turn up
something.

For instance,
http://groups.google.com/groups?q=w..._qdr=y&[email protected]&rnum=22

or try this search: workbooks saveas csv
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top