Bulk Conversion Multiple Excel Files [XLSX to XLS] The latest in technology news and trends

Bulk Conversion Multiple Excel Files [XLSX to XLS]

If you’re having lot of excel files in .xlsx format and you need to convert all those into .xls formats without opening each file one by one, here is a perfect solution.
Make your own excel converter follow the below steps.


Open Notepad and copy the below code.
Set objExcel = CreateObject("Excel.Application")
Set objWorkbook = objExcel.Workbooks.Open(Wscript.Arguments(0))
objExcel.Application.Visible = False
objExcel.Application.DisplayAlerts = False
objExcel.ActiveWorkbook.SaveAs Wscript.Arguments(1), 56
objExcel.ActiveWorkbook.Close
objExcel.Application.DisplayAlerts = True
objExcel.Application.Quit
WScript.Quit
Save the file as xlsconvert.vbs (Please save it as .vbs file and not .txt file)


Now call this batch file using the following command. E:\convert\xlsconvert.vbs “E:\convert\input.xlsx” “E:\convert\output.xls”
Note: In the above command, please change the folder path as necessary.
After converting the XLSX file into XLS format, it will be stored in the same folder.




HEY ENJOY THIS ARTICLE? ! Subscribe to my Blog Feed in a feed reader or sign up for Free Email Updates and you'll never miss a single post. Thanks for reading my Post!

Delivered by www.kutufam.com
                                                          
Enter your email address in the Box below to Receive Regular Updates in your Mailbox. Your email address is secured with us:


Delivered by www.kutufam.com

No comments :

Post a Comment

Search This Blog

www.kutufam.com