How to Convert Old Excel Files to New Format (2 Quick Ways)

While working in Excel, we often need to deal with Excel files in an old format. As a result, we encountered a number of compatibility issues. To solve this problem, Excel provides us with some simple yet effective solutions. In this article, we will learn two simple methods to convert old Excel files to a new format in Excel. So, let’s start this article and explore these methods.


How to Convert Old Excel Files to New Format: 2 Quick Ways

In this section of the article, we will learn two simple methods to convert old Excel files to a new format. Let’s say, we have the Employee Details of ABC Company as our dataset, which is in an old file format of Excel. Our goal is to convert this old Excel file to a new format.

convert old excel files to new format

Not to mention, we used the Microsoft Excel 365 version for this article; however, you can use any version according to your preference.


1. Using Convert Option

Convert is a quite useful option provided by Excel to convert old Excel files to a new format. Here, in the following image, we can see that the format of the file is Microsoft Excel 97-2003 Worksheet. Now, let’s follow the steps mentioned below to convert this old Excel file to a new format.

Steps:

  • Firstly, go to the File tab from Ribbon.

Using Convert Option to convert old Excel files to a new format

As a result, the following window will open in your worksheet.

  • Following that, select the Info option as marked in the image below.

  • Now in the Compatibility Mode section, click on the Convert option.

Using Convert Option to convert old Excel files to a new format in Excel

Subsequently, the following dialogue box will open on your worksheet.

  • Finally, click OK in the dialog box.

Consequently, the old Excel file will be converted into the new format, as demonstrated in the following picture.

Final output of method 1 to convert old Excel files to a new format


2. Saving As New Format

In Excel, we can open and convert an old Excel file to a new format just saving the Excel file as a new format. Let’s follow the instructions outlined below to do this.

Steps:

  • Firstly, open the Excel file and go to the File tab from Ribbon.

Saving As New Format to convert old Excel files to a new format

  • After that, choose the Save As option, as shown in the following image.

  • Then, select the Browse option to specify the location of the saved file.

  • After you have specified the location, click on the Save as type option.
  • Then, choose the Excel Workbook option from the drop-down.
  • Lastly, click on the Save option.

As a result, the old Excel file will be converted to the new format as shown in the picture below.

Final output of method 2 to convert old Excel files to a new format


How to Change .XLS to .XLSX Without Opening in Excel

In this section of the article, we will learn how we can change .XLS to .XLSX without opening the Excel file. To do this, we will use the VBA Macro option in Excel. Now, let’s follow the steps mentioned below.

Steps:

  • Firstly, create two new folders named “New Format” and “Old Format” in your computer.

Creating 2 new folders to convert old Excel files to a new format

  • After that, place the file in .XLS format in the “Old Format” folder.

  • Now, open Excel and go to the Developer tab from Ribbon.
  • Then, choose the Visual Basic option from the Code group.

Using VBA Macro to convert old Excel files to a new format

  • Following that, go to the Insert tab from the Microsoft Visual Basic window
  • Then, choose the Module option from the drop-down.

Creating module to convert old Excel files to a new format

  • Subsequently, write the following code in the blank Module.
Sub Rename_It()
Name "H:\Old Format to New Format\Old Format\Converting Old Files to New Format.xls" As "H:\Old Format to New Format\New Format\Converting Old Files to New Format.xlsx"
End Sub

Writing the code to convert old Excel files to a new format

Code Breakdown

  • Firstly, we initiated a Sub routine named Rename_It.
  • Then, we used the Name statement to rename the Excel file and save it as .XLSX format.
  • Finally, we ended the Sub routine.
  • After writing the code, click on the Save option.

  • Now, use the keyboard shortcut ALT + F11 to go to the worksheet.
  • Following that, use the shortcut ALT + F8 to open the Macro window as shown in the following image.

  • Now in the Macro window, choose the Rename_It option.
  • Then, click on Run.

Running the Macro to convert old Excel files to a new format

Consequently, the .XLS file will be removed from the Old Format folder and will be saved into the New Format folder as .XLSX format as shown in the image below.

Final output of method 3 to convert old Excel files to a new format


How to Convert .XLSX to .XLS in Excel

The process to convert a .XLSX file to .XLS file is quite similar to the steps mentioned in the 2nd method. Now, let’s follow the procedure discussed in the following section.

Steps:

  • Firstly, open the Excel file and go to the File tab from Ribbon.

How to Convert .XLSX to .XLS in Excel

  • After that, click on the Save As option.

  • Following that, choose the Browse option as shown in the following image.

  • Then, select the saving directory from your computer.
  • Afterward, click on the Save as type option.
  • After that, choose the Excel 97-2003 Workbook option from the drop-down.
  • Finally, click on the Save option.

  • Consequently, a dialogue box will appear on your screen, and click on the Continue option.

As a result, you will see that a new file will be saved in your selected directory as .XLS format as demonstrated in the following picture.

Final output of method 4 to Convert .XLSX to .XLS in Excel


Download Practice Workbook


Conclusion

So, these are the most common and effective methods you can use anytime while working with your Excel datasheet to convert old Excel files to new format in Excel. If you have any questions, suggestions, or feedback related to this article, you can comment below.


Related Articles


<< Go Back to Compatibility Mode | Workbook in Excel | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Zahid Hasan
Zahid Hasan

Zahid Hassan, BSc, Industrial and Production Engineering, Bangladesh University of Engineering and Technology, has worked with Exceldmy for 1.5 years. He has written 95+ articles for Exceldemy. He has worked as an Excel & VBA Content Developer. He also worked as a VBA Developer for the Template team. Currently, he is working as a Junior Software Developer for the Excel Add-in project. He is interested in Software Development, Python, VBA, VB.NET, and Data Science, expanding his expertise in... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo