How to fix runtime error 424 object required error in Excel 2010 | Stellar

How to fix runtime error 424 object required error in Excel 2010 | Stellar

Nova Lv12

How to fix runtime error 424 object required error in Excel

The Runtime error 424: Object required occurs when Excel is not able to recognize an object that you are referring to in a VBA code. The object can be a workbook, worksheet, range, variable, class, macro, etc. Some users have also reported that this error occurred when they tried to copy the values of the cells from one workbook to another.

Let’s understand the error through a small scenario. Suppose, I want to check the last field row in a table in a spreadsheet named “First” using the VBA code. To do this, I have added a command button and double-clicked on it and entered the below code in the backend:

Private Sub CommandButton2_Click()

Dim LRow As Integer

LRow = Worksheets(“First”).Cells(Rows.Count, 2).End(xlUp).Row

MsgBox (“Last Row “ & LRow)

End Sub

Code On Command Button

In this code, Worksheets(“First”) is a data object. If I mistakenly delete this data object and insert any random name (for example - kanada), then it will not be recognized by Excel. When I run this code, I will get the “Run-time error 424”.

Runtime Error with scenario

Causes of Runtime Error 424 in Excel

The Runtime error 424: Object required can occur due to the following reasons:

  • Incorrect name of the object you are trying to refer to in a code.
  • You have provided an invalid qualifier to an object.
  • You have not used the Set statement while assigning an object reference.
  • The object is corrupted.
  • Missing objects in a workbook.
  • Objects you are trying to call in a code are mistakenly deleted or unavailable.
  • You have used an incorrect syntax for object declaration.
  • You are trying to perform an invalid action on an object in a code.
  • Workbook is corrupted.

Solutions to Fix Runtime Error 424: Object Required in Excel

The VBA error ‘object required’ may occur due to different reasons. Based on the reason, you can follow the solutions mentioned below to fix the error.

1. Check the Name of the Object

The Runtime error 424 can occur when you run the VBA code using an incorrect name of the object. For example, the object name is ‘MyObject’ but you’re using “Backcolor”.

Error When Incorrect Name Of The Object

 When you click the Debug button, the line with the error will highlight.

Highlighting Line With Error

To fix the issue, you need to provide the correct name of the object.

2. Check if the Object is Missing

 The Runtime error 424 can occur if the object you are referring to as a method is not available or you are using the wrong object in a code. In the below example, you can see that the error occurs when an object named “Employee” is not available in the Project list.

Example Of Code When Object Is Not Available

 You can check and mention the object which is available. For instance, Sheet2 in the below code.

Check When The Object Is Available

3. Check All References are Declared in the Code

You can get the Runtime error 424 if all the references are not declared. So, make sure you have declared all the references in the code. To verify this, you can use the debug mode by pressing F5 or clicking on the Debug option.

Debug Command In Excel

4. Check the Macro Security Settings

Sometimes, the error can occur if macros are disabled in the Macro Security settings. You can check and change the settings by following these steps:

  • On the Developer tab, in the Code section, click Macro Security.
  • In the Trust Center window, select Enable all macros.

Macro Security Wizard

  • Click OK.

Enable All Macro In Trust Center

5. Repair your Workbook

Sometimes, the ‘Object required’ error can occur if your Excel file is damaged or corrupted. In such a case, you can try repairing the file using Microsoft’s in-built utility - Open and Repair. To use this utility, follow these steps:

  • In Excel, go to File > Open > Browse.
  • In the Open dialog box, click on the corrupted Excel file.
  • Click the arrow next to the Open button and select Open and Repair from the dropdown.
  • Select Repair to recover as much data from the file as possible.

If the Open and Repair utility fails or stops working, then you can try a professional Excel repair tool, such as Stellar Repair for Excel . It is an advanced tool that can repair severely corrupted Excel files (.xls, .xlsx, .xltm, .xltx, and .xlsm). It helps recover all the file components, including images, charts, tables, pivot tables, cell comments, chart sheets, formulas, etc., without impacting the original structure.

Conclusion

The Runtime error 424 usually occurs when there is an issue with the objects in your VBA code. In this article, we have covered some effective methods to resolve the “object required” error in Excel. If the error occurs due to corruption in Excel file, then you can repair the corrupt file using Stellar Repair for Excel. It is a reliable tool that can repair severely corrupted Excel file without changing its actual formatting. You can download the free trial version of the software to evaluate its functionality.

Get Rid of corrupt Excel File

Summary: What to do when an Excel file is corrupted? This is a common question that is often asked by Microsoft Excel users. If you too are seeking an answer to this question, read the blog to learn about a few manual workarounds and a specialized Excel file repair tool to resolve the Excel file corruption issue.

Free Download for Windows

An Excel file gets corrupted due to various reasons such as a virus/malware attack, sudden system shutdown when the Excel file is still open, power failure while working with an Excel spreadsheet, etc.

When Microsoft Excel detects corruption in a workbook, it attempts to repair the workbook by starting ‘File Recovery mode’.

Tip! If the file recovery mode doesn’t start, you may use the manual repair process or an Excel repair tool, such as Stellar Repair for Excel to repair a corrupted Excel file. The software can help you quickly retrieve contents from a damaged, corrupt, or inaccessible Excel file and restore the file to its original state.

There even exist a few manual tips that can be used to recover data from damaged MS Office Excel files.

Workarounds to Use When an Excel File is Corrupted

Note: Before carrying out any of the repair and recovery workarounds, it is advised that you must save a backup copy of the damaged file. This is to prevent your files from turning completely inaccessible in case the methods fail to give desired results.

Workaround 1: Use the Open and Repair Method

If MS Excel cannot repair a corrupted workbook automatically, you can try to do it manually. To do so, perform the following:

  • Open the corrupt file, like you normally open any file, by clicking File > Open.
  • Browse and locate the folder containing the corrupted document.
  • When the Open dialog box is displayed:
  • Select the Excel document.
  • Click on the arrow present to the right side of the Open button and select Open and Repair option.

open and repair excel file

Figure 1 – Open and Repair Feature

If this doesn’t help repair the broken Excel file or you encounter  Open and Repair does not work issue, proceed with the next workaround.

Tip! Try an alternative solution, i.e. Stellar Repair for Excel software to repair and recover corrupt Excel files (.xlsx or .xls) when the ‘Open and Repair’ method won’t work.  

Workaround 2: Restore an Excel File with a Shadow Copy

If you’re a Windows 7 or Vista user, you can try restoring the corrupted spreadsheet by using a shadow copy (or a previous version). [Shadow copy](https://en.wikipedia.org/wiki/Shadow_Copy#:~:text=Shadow%20Copy%20(also%20known%20as,the%20Volume%20Shadow%20Copy%20service .) is basically a snapshot (backup copy) of computer files or volumes. The snapshot may contain an older version of your Excel file that has become damaged now. To find out, do the following:

  • Launch File Explorer, and right-click the folder in which the file is saved.
  • Choose Properties.
  • Look for and click the Previous Versions tab. This will display a list of entries under Folder versions or File versions, going back a few days or weeks.
  • Double-click one with a date when the file was accessible and could be read. Then, try to open its older version. If it opens, save the older version with a new name and execute the procedure with new file/folder entries.

Excel file is corrupted

Figure 2 – Volume Shadow Copy

You would have to repeat the process until you reach the point where the file became damaged. With this, you will get a baseline version of the file, but data may still have been lost.

Workaround 3: Test your Assumptions

If you receive a message saying “Excel file corrupted and cannot be opened”, you would probably believe it. However, there could be other reasons besides corruption that may cause Excel to throw this error message.

Your Office suite, which Excel is a part of, maybe having some primary issues in it causing problems while opening one Excel document. So, try opening another Excel file to check if the problem exists with all the files or just one.

If other Excel documents work correctly, it means that only the particular document is corrupt. On the contrary, if the issue is with your Office suite, repairing the current Office installation may help fix the issue. For this, perform these steps:

  • Go to Control Panel and click Uninstall the Program.
  • Choose Office.
  • Click Change, and hit the Repair button.

You can reinstall the entire Office package. Once reinstalled, try to open the file to check if the issue has been fixed and the Excel file repaired.

Excel file is corrupted

Figure 3 – MS Office Repair

Workaround 4: Use Excel File Repair Tool

If the above manual solutions fail, use Excel repair software to successfully repair your damaged Excel workbook and recover all its data. Essentially, the software rebuilds damaged Excel workbook data at a granular level to recover every single object & all the original properties of the workbook.

Suggested Read: How to repair corrupt Excel files using Stellar Repair for Excel?

Why Use Stellar Repair for Excel Software?

  • Repairs severely corrupted XLSX and XLS files.
  • Can handle corrupt Excel files of any size.
  • Demo version allows previewing recoverable Excel file items for free.
  • Supports Microsoft Excel 2019 and all lower versions.
  • Compatible with Windows 10 and lower versions.
  • Tested and recommended by Microsoft Excel MVPs.

Free Download for Windows

Final Word

When an Excel file is corrupted, it won’t open at all or you won’t be able to access all the file data. Such a situation can lead to unnecessary halts, impacting work productivity.

There are manual workarounds that may help fix the corrupt Excel file and recover its data, such as the ones covered in this blog. However, these solutions might not work in severe corruption cases and may require technical assistance. Also, they may result in some data loss.

To overcome the limitations of manual workarounds, it is recommended to go for a professional Excel file repair tool such as Stellar Repair for Excel . It helps repair corrupt Excel (XLS or XLSX) files and restores all worksheet data, such as the table, chart, chart sheet, cell comment, sort and filter, image, formula, etc. in a few simple clicks. Moreover, the software provides a free preview of the recoverable data with its demo version. You can check the preview to evaluate how the software works.

How to Fix “File Not Loaded Completely” Error in Excel?

Summary: You may get the “File not loaded completely” error when opening a large-sized Excel file. Read this post to understand the causes behind this issue and the troubleshooting solutions to fix this Excel error. Also, you’ll get to know about an Excel repair tool that can help fix the issue if the cause is corruption in the Excel file.

Free Download for Windows

Several users have reported experiencing the “File not loaded completely” error while opening Excel spreadsheets or when importing CSV file into Excel. This error can occur if the worksheet has crossed the maximum rows and columns limit , i.e., 1048576 rows by 16,386 columns. However, this issue can also occur due to various other reasons. Let’s take a look at the possible causes behind this error.

Why this Error Occurs?

The “File not loaded completely” issue can occur due to one of the following reasons:

  • The Excel file you are trying to open is corrupted.
  • The Excel file is too large.
  • The Excel file has crossed the rows limit.
  • Memory issue in your system.

Methods to Resolve the “File not Loaded Completely” Error

Following are some methods you can try to fix the Excel file not loaded completely issue.

Method 1: Try to Import the Spreadsheet into MS Access

A large-sized Excel file takes time and memory to load. When you try opening a large file, you may get the “file not loaded completely” error. It indicates your file contains unwanted rows and columns. In such a case, you can try importing your spreadsheet into Access. By doing this, you can easily access the rows and columns in the database table, and then remove the extra rows. Follow the steps below to import your spreadsheet into Access:

  • Open a blank database in Access application.
  • Navigate to the External Data tab and then click on the Excel button.

Open Get Data Excel Spreadsheet Window In Excel

  • In the Get Data-Excel Spreadsheet window, click Browse.

Click Browse On Get External Data Excel Spreadsheet

  • In the File Open dialog box, select the Excel file (in which you are getting the error) and click Open.

File Open Dialog Box In File Open Dialog Box

  • Select Import the source data into a new table in the current database and click OK.

Click Import The Source Data Into A New Table Option

  • In the Import Spreadsheet Wizard window, you’ll see all the rows and columns of your Excel file. Click Next.

Click Next On Import Spreadsheet Wizard

  • In the dialog box that appears, you can modify the field information (extra columns or rows).

Modify Info In Import Spreadsheet Wizard

  • Once you performed the changes, click on the Next button.

  • Provide a name to the table.

Provide Name To Table In Import Spreadsheet Wizard

  • Next, select the option “I would like a wizard to analyze my table after importing the data” (if you want to analyze the data) and click Finish.
  • You will get a dialog box with a message. Click Yes.
    Provide Name To Table In Import Spreadsheet Wizard
  • The Table Analyzer wizard will appear on the screen.

Table Analyzer Wizard Window

  • Click on the Next button.

Click Next On Table Analyzer Wizard

  • Follow the instructions of the Table Analyzer wizard.
  • Once you complete all the steps, select “Save import step” and click Close.

Get External Data Excel Spreadsheet

Method 2: Split Your Large Excel File

You may face the Excel file not loaded completely issue when importing a large Excel file. In such a case, you can try splitting your large file into smaller ones. To split the file, you can use VBA codes or the move or copy feature.

Method 3: Stop Unwanted Processes Running in the Background

Sometimes, you get the “File not loaded completely” error if you are running multiple files or programs simultaneously. You can check and stop unnecessary background processes in Windows using your system’s Task Manager. Here are the steps:

  • Press the Ctrl+Shift+Esc keys to open the Task Manager window.

Task Manager Window

  • Navigate to the Processes tab and check the Memory section.
  • You can see the memory consumption of all the applications in your system.
  • Select the unwanted applications and click on End Task.

End Task In Task Manager

Now, try to open the Excel file.

Method 4: Repair your Excel File

Sometimes, Excel throws the “File not loaded completely” error if it fails to read the data in your file. This might happen if your Excel file is corrupt. You can use the Open and Repair utility in Excel to repair your Excel file. Follow the below steps:

  • In Excel, click the File tab and then click Open.
  • Click Browse to select the desired file.
  • In the Open dialog box, click on the corrupted file.
  • Click on the arrow next to the Open button and then select Open and Repair.

File Open Dialog Box In File Open Dialog Box

  •  Click on the Repair button.

Click On Repair Button

  • After repair, you will see a message as shown in the below figure.

After Repair Excel Completed File Level Validation Message

  • Click Close.

An Alternative Solution

If your file gets corrupted, then repairing it using the “Open and Repair” utility is a good option. However, the Open and Repair utility may not work if the file is severely damaged or corrupted. In such a case, you can use a professional Excel repair tool, such as Stellar Repair for Excel. This tool is primarily designed to repair inaccessible or corrupted Excel files. It can effectively work even if your file is too large or severely damaged. It can recover all the data from the corrupted Excel file without impacting its actual format. The software supports Excel files of almost all Excel versions.

Conclusion

The File not loaded completely issue in Excel may occur due to numerous reasons. Try the troubleshooting methods listed above to resolve the issue. If the Excel file is corrupt, then you can try repairing your file using the Open and Repair tool. However, it can fix only minor corruption issues. If your file is severely corrupted, then use Stellar Repair for Excel . The software offers you the safest way to repair your Excel file without making any changes in the formatting. You can download the free trial version of the software today to scan and preview the Excel file.

[Error Solved] Excel file is not in recognizable format

Summary: Microsoft’s Excel is one of the most widely used spreadsheet tools, however, it isn’t entirely free of errors. There are in fact quite a large number of problems that can crop up in this user-friendly application which can put all work to halt. One such error occurs when Excel does not recognize the file format of .xls or .xlsx file and the error message says “Excel file is not in recognizable format” error. Let us explore this annoying error in detail.

Free Download for Windows

Excel file is not in a recognizable format

Figure: Error message

From a small shop to the global industry giants, everyone relies on Microsoft Excel to complete their work. Quite a few businesses not only use Excel for their inventory tracking purposes but also to manage task lists and timesheets for their employees and project management charts. With high programming proficiency, one can create macros in excel which help in automating a lot of things. You can create quite a few variations, such as pie charts, bar charts, line graphs, area charts, and many more to showcase the data both in a tabular column as well as in a pictorial representation.

While Excel enjoys wild popularity, thanks to its powerful design and features, it doesn’t mean that Excel is all free of errors. There are actually repetition a few errors that one can encounter. One you might have come across is the error stating “Excel file is not in a recognizable format”.

What is this error all about?

The “Excel file in unrecognizable format error” occurs when the Excel file you are trying to load is corrupted. Microsoft has ensured that the workbook will be recoverable when the file is imported into excel but there are times when the automatic recovery does not happen. That’s where the challenge really lies. In such cases, getting to the root of the issue becomes necessary to be able to solve it.

Reasons behind the error

  1. One of the main reasons for the error is that the file must have got corrupted while being transferred from one machine to another.
  2. Another reason can be that the latest service pack might not be in use on your system.
  3. There could be MS Excel version change.
  4. Corruption of the file due to virus infection, extremely large databases, or multiple locks on the file at the same time can also trigger this error.

If you have ever faced this error, you do not need to panic. We have a couple of solutions listed for you when you face the Excel file in an unrecognizable format error.

How do you go about fixing this?

Solution 1: Use MOC.exe file to convert the workbook and then open it in Excel:

  1. Right-click on .XLS (you can use any .XLS files in your system).
  2. A new dialogue will appear. Here, click on “Choose another app” to select it.

Choose Another App

Figure: choose another app

  1. You will now be presented with a number of applications which the OS thinks the file format will be compatible with.
  2. You do not have to choose any of the prepopulated apps from the list.

Look for another app

Figure: Look for another app

  1. Navigate using the Look for another app on this PC  to the path “C:\Program Files\Microsoft Office\OfficeVersion”
  2. You will see a file name MOC.exe
  3. Choose that and complete your export.
  4. Try opening the workbook in Excel and the error should now be resolved.

Solution 2: Opening the file from within the Excel:

  1. Open a new Excel workbook.
  2. Press “Alt + F” or alternatively, go to the menu.
  3. Once you are in the menu, go to Options.
  4. You will be able to see a number of tabs on the left side of the options.
  5. Under the ‘Formulas’ tab, ensure that the calculation is in Manual mode – this setting is in the automatic mode, by default.

Manual option

Figure: Manual option

  1. Click OK and save the changes to the workbook.
  2. Now, browse for the file which was corrupted.
  3. Click on the file and then select the option “Open and Repair”. You will find it in the drop down Menu.

Open and Repair

Figure: Open and Repair

  1. Once the file has been imported, click on “Repair” to recover the data from the selected workbook.

Repair Option -Excel File

Figure: Repair option

Solution 3: Use automated Excel repair software

If none of the above mentioned manual methods works to eliminate the ‘Excel file in unrecognizable format’ error, it means your Excel file has been severely corrupted and needs professional assistance. In such a scenario, quickly download reliable and competent software Stellar Repair for Excel. Backed by powerful scanning and repair algorithms, this product guarantees up to 100% Excel file repair regardless of the amount of damage in it.

  1. Download, install and launch Stellar Repair for Excel.
  2. Allow the software to scan the corrupted Excel file.
  3. All recoverable data will be listed in a tree-view list. You can select and preview any item from here.
  4. Select and recover individual or entire data from the file and save as a new Excel.

This method is currently the easiest and most convenient to resolve miscellaneous Excel errors.

Wrapping it up

Excel is one of the most powerful tools which can easily reduce your workload by more than 75% if used in a proper way. However, if you face complex errors like “Excel file is not in recognizable format”, you can use the methods mentioned above to get rid of it and resume your working in MS Excel. Remember, if the manual solutions don’t work, you can always rely on a proficient software like Stellar Repair for Excel to complete the job with finesse.

How to fix runtime error 424 object required error in Excel

The Runtime error 424: Object required occurs when Excel is not able to recognize an object that you are referring to in a VBA code. The object can be a workbook, worksheet, range, variable, class, macro, etc. Some users have also reported that this error occurred when they tried to copy the values of the cells from one workbook to another.

Let’s understand the error through a small scenario. Suppose, I want to check the last field row in a table in a spreadsheet named “First” using the VBA code. To do this, I have added a command button and double-clicked on it and entered the below code in the backend:

Private Sub CommandButton2_Click()

Dim LRow As Integer

LRow = Worksheets(“First”).Cells(Rows.Count, 2).End(xlUp).Row

MsgBox (“Last Row “ & LRow)

End Sub

Code On Command Button

In this code, Worksheets(“First”) is a data object. If I mistakenly delete this data object and insert any random name (for example - kanada), then it will not be recognized by Excel. When I run this code, I will get the “Run-time error 424”.

Runtime Error with scenario

Causes of Runtime Error 424 in Excel

The Runtime error 424: Object required can occur due to the following reasons:

  • Incorrect name of the object you are trying to refer to in a code.
  • You have provided an invalid qualifier to an object.
  • You have not used the Set statement while assigning an object reference.
  • The object is corrupted.
  • Missing objects in a workbook.
  • Objects you are trying to call in a code are mistakenly deleted or unavailable.
  • You have used an incorrect syntax for object declaration.
  • You are trying to perform an invalid action on an object in a code.
  • Workbook is corrupted.

Solutions to Fix Runtime Error 424: Object Required in Excel

The VBA error ‘object required’ may occur due to different reasons. Based on the reason, you can follow the solutions mentioned below to fix the error.

1. Check the Name of the Object

The Runtime error 424 can occur when you run the VBA code using an incorrect name of the object. For example, the object name is ‘MyObject’ but you’re using “Backcolor”.

Error When Incorrect Name Of The Object

 When you click the Debug button, the line with the error will highlight.

Highlighting Line With Error

To fix the issue, you need to provide the correct name of the object.

2. Check if the Object is Missing

 The Runtime error 424 can occur if the object you are referring to as a method is not available or you are using the wrong object in a code. In the below example, you can see that the error occurs when an object named “Employee” is not available in the Project list.

Example Of Code When Object Is Not Available

 You can check and mention the object which is available. For instance, Sheet2 in the below code.

Check When The Object Is Available

3. Check All References are Declared in the Code

You can get the Runtime error 424 if all the references are not declared. So, make sure you have declared all the references in the code. To verify this, you can use the debug mode by pressing F5 or clicking on the Debug option.

Debug Command In Excel

4. Check the Macro Security Settings

Sometimes, the error can occur if macros are disabled in the Macro Security settings. You can check and change the settings by following these steps:

  • On the Developer tab, in the Code section, click Macro Security.
  • In the Trust Center window, select Enable all macros.

Macro Security Wizard

  • Click OK.

Enable All Macro In Trust Center

5. Repair your Workbook

Sometimes, the ‘Object required’ error can occur if your Excel file is damaged or corrupted. In such a case, you can try repairing the file using Microsoft’s in-built utility - Open and Repair. To use this utility, follow these steps:

  • In Excel, go to File > Open > Browse.
  • In the Open dialog box, click on the corrupted Excel file.
  • Click the arrow next to the Open button and select Open and Repair from the dropdown.
  • Select Repair to recover as much data from the file as possible.

If the Open and Repair utility fails or stops working, then you can try a professional Excel repair tool, such as Stellar Repair for Excel . It is an advanced tool that can repair severely corrupted Excel files (.xls, .xlsx, .xltm, .xltx, and .xlsm). It helps recover all the file components, including images, charts, tables, pivot tables, cell comments, chart sheets, formulas, etc., without impacting the original structure.

Conclusion

The Runtime error 424 usually occurs when there is an issue with the objects in your VBA code. In this article, we have covered some effective methods to resolve the “object required” error in Excel. If the error occurs due to corruption in Excel file, then you can repair the corrupt file using Stellar Repair for Excel. It is a reliable tool that can repair severely corrupted Excel file without changing its actual formatting. You can download the free trial version of the software to evaluate its functionality.

Simple ways to Open Corrupt Excel file Without any Backup

Summary: The blog describes simple ways to open corrupt Excel file without any backup. It explains some manual workarounds that you can try to open the file. Also, it mentions about an Excel file repair tool that can quickly fix the corrupt file and recover data from it.

Free Download for Windows

Do you have an Excel file that does not open because of corruption issue? And every time you try to open it, an error message ‘the file is corrupt and cannot be opened’ pops-up?

Excel file is corrupt and cannot be opened message

Excel File Corruption Message

Also, you don’t have a healthy backup of the Excel file to restore the data? If so, you can try repairing the corrupt file by using a few simple yet effective manual workarounds mentioned below.

How to Open a Corrupt Excel File without Backup?

Following are some manual methods that can help you open a corrupt Excel file:

Method 1: Repair Corrupt Excel File

When attempting to open a corrupt file, Excel automatically starts ‘File Recovery’ mode to repair the file. But, if the recovery mode doesn’t start, try Microsoft Excel’s built-in ‘Open and Repair’ feature to manually repair the file.

To use this feature, perform the following steps:

Step 1: Open a Blank workbook in Excel, and then click File > Open.

Step 2: In the Open window, browse and select the corrupt file.

Step 3: Click the arrow that is beside the Open tab, and select Open and Repair.

Open a blank workbook in Excel, navigate to File > Open, choose the corrupt file, and, in the Open window, click the arrow beside the Open tab, selecting Open and Repair for file recovery.

Open and Repair Option

Step 4: Implement one of the following:

  • Click the Repair button. (This is to recover as much data as possible.)
  • Click the Extract Data button. (This is to recover values and formulas from the Excel file if the repair process fails to recover the entire data.)

Initiate file recovery by selecting the Repair tab, and if necessary, retrieve values and formulas using the Extract Data tab in Excel.

Excel Built-in Repair Options

If using Open and Repair does not work , move to the next method.

Method 2: Disable the Protected View Feature

Some Excel users have reported that turning off the ‘protected view’ feature in Excel helped them open the corrupt file. You can also try to disable this feature and open the file. To do so, follow these steps:

Step 1: Open a blank Excel file, click on File > Options.

Step 2: In the Excel Options window, select Trust Center, and then click Trust Center Settings.

In the Trust Center tab, click on Trust Center Settings...

Excel Trust Center Settings

Step 3: Click OK.

Now check if you can open the corrupt file. If not, try implementing the next method.

Method 3: Look For Automatically Recovered Excel File

If you have Excel’s AutoRecover feature enabled, you’ll have access to a copy of the Excel file corrupted or lost due to application crash, power outage, or accidental deletion.

The ‘AutoRecover’ feature saves Excel worksheets at a temporary location after a certain time interval. It saves the worksheets automatically and is turned on by default to reduce the chance of data loss.

Check if you can recover corrupted Excel file by following these steps:

Step 1: In Excel, open a Blank workbook.

Step 2: Go to File and click Options.

Open a new Excel workbook, then access additional settings by navigating to File and selecting Options.

Figure 5 – Excel Options

Step 3: In the Excel Options dialog box, click Save, and then copy the ‘AutoRecover file location’.

Copy the 'AutoRecover file location' for configuration or backup purposes.

Excel Options Window

Step 4: Open File Explorer window and paste the copied AutoRecover file location, and press Enter.

Step 5: A list of saved Excel files will be displayed. Choose the file you want to recover.

TIP: Use Excel’s AutoBackup feature to reduce chances of data loss, by saving a previous version of your spreadsheet automatically.

Use an Excel File Repair Software

If the above manual methods fail, repair the corrupt Excel file by using a third-party software, such as Stellar Repair for Excel**.** The software helps repair Excel (XLS and XLSX) files easily and effectively.

Free Download for windows

Read this: How to repair corrupt Excel file using Stellar Repair for Excel?

Some key features of Excel Repair software are as follows:

  • Fixes all errors in the MS Excel file.
  • Repairs multiple damaged Excel files in a go.
  • Recovers chart, chart sheet, table, cell comment, image, formula, and sort & filter.
  • Preserves properties and cell formatting of Excel worksheets.
  • Previews recoverable Excel file data before saving.
  • Recovers all data components from the corrupt files and saves them in a new blank Excel file.
  • Compatible with Excel 2019, 2016, 2013, 2010, 2007, and lower versions.

Conclusion

You can try the workarounds discussed in the blog to open a corrupt Excel file without a backup. Disabling the protected view feature can help you open the file. If the issue persists then try repairing the corrupted Excel file using the Open and Repair utility. Although, it may not be able to fix a severely corrupted workbook. In such a case you can use Stellar Repair for Excel . It is an advanced tool that can help you repair a corrupted Excel file with 100% integrity.

How to Fix Excel has Encountered a Problem

While working on MS Excel, you may encounter various errors that can hamper your work and productivity. One of the errors that you may receive is ‘Microsoft Excel has encountered a problem and needs to close’.Due to this error, your Excel program may stop and asks you to recover the data from Excel file.

excel error

What are the Reasons for ‘MS Excel has Encountered a Problem’ Error?

Following are some primary causes that may result in the ‘Microsoft Excel has encountered a problem and needs to close’ error:

  • Corrupt Excel File: If you try to open a corrupt or damaged Excel file, the file may not open and displays this error message.
  • File not Saved Properly: If Excel files aren’t saved correctly, this error may occur when you open the file.
  • Incompatible File Version: If the MS Excel application version does not support the Excel file version, the file may not open and throws the error.
  • Issues with MS Office/MS Excel Installation: This error can sometimes be caused due to damaged MS Office/MS Excel installation.

How to Fix ‘MS Excel has Encountered a Problem’ Error?

You can resolve the error by using the following methods:

1. Try to Open Excel in Safe Mode

Open the Excel application in safe mode and then try to open the Excel file. This will help you find out if the problem is caused by some incompatible add-ins. The steps are as follows:

  • Hold Windows + R keys together to launch the Run dialog box.
  • Type Excel /safe in the search box and hit Enter.
  • If your Excel application opens in safe mode, it means that the issue is caused due to incompatible or faulty add-ins. In such a case, you need to disable the add-ins:
  • Go to the File menu and click the Options menu. Further, choose the Add-ins option.

excel add ins

  • Now, choose the Go button at the bottom of the Excel Options window.
  • A list of available add-ins appears.
  • Now, uncheck the boxes against the add-ins.

2. Disable Macros Using the Trust Center Settings

Sometimes, the Macros prevent Excel from managing the files. You can disable the Macros to resolve the issue. Follow these steps:

  • Launch your MS Excel application.
  • Now, go to File > Options > Trust Center.
  • Further, click the Trust Center Settings.

trust center

  • Now, navigate to the Macro Settings option.

trust center macro settings

  • Herein, select the ‘Disable all macros with notification’ radio button. Then, click OK.

3. Repair MS Office Application

Sometimes, problems with your MS Office application may cause the Excel has encountered a problem error. In such a case, you need to repair your MS Office application. Here are the steps to do so:

  • Launch Control Panel > Uninstall a Program.
  • Find your MS Office application and click the Change option.
  • A new window will appear. Herein, select the Repair option.

ms office repair

  • Now, follow the MS Office installation wizard to finish the repair process.

What to do if the above methods don’t work?

If you have tried the solutions mentioned above and are still not able to resolve the ‘Excel has encountered a problem and need to close’ error, it indicates that the Excel file is corrupt. You can use a professional Excel repair software, such as Stellar Repair for Excel , to repair the corrupt file. The software repairs the file and retrieves all the data, including the tables, charts, formulas, etc. from the damaged workbook. It is compatible with all the MS Excel versions.

free download

To know how Stellar Repair for Excel works, see the following video:

To Wrap Up

The ‘Excel has encountered a problem and needs to close’ error may occur due to different reasons. You can fix this error by following the methods mentioned in this post. If the error has occurred due to corruption in the Excel file, you can use a third-party Excel repair tool, like Stellar Repair for Excel. The software can repair damaged or corrupt Excel file of any size and retrieve all the data.


Also read:

  • Title: How to fix runtime error 424 object required error in Excel 2010 | Stellar
  • Author: Nova
  • Created at : 2024-05-19 18:32:11
  • Updated at : 2024-05-20 18:32:11
  • Link: https://blog-min.techidaily.com/how-to-fix-runtime-error-424-object-required-error-in-excel-2010-stellar-by-stellar-guide/
  • License: This work is licensed under CC BY-NC-SA 4.0.
On this page
How to fix runtime error 424 object required error in Excel 2010 | Stellar