Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"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=wo... n.com&rnum=22 or try this search: workbooks saveas csv "Nilesh Butala" wrote in message ... 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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Bob
Thanks for the help. I will try this solution. Nilesh "Bob Kilmer" wrote: "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=wo... n.com&rnum=22 or try this search: workbooks saveas csv "Nilesh Butala" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can the "convert" function in excel convert to UK gallons? | Excel Discussion (Misc queries) | |||
convert value in word. For Exampe Rs.115.00 convert into word as . | Excel Discussion (Misc queries) | |||
convert decimal number to time : convert 1,59 (minutes, dec) to m | Excel Discussion (Misc queries) | |||
Convert Time...!convert tenths of a second | Excel Discussion (Misc queries) |