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 using the below steps. Open Notepad and copy the below code. Set objExcel = CreateObject("Excel.Application") Set objWorkbook = [...]