Software⏱️ 3 min read📅 2026-06-15

How to Fix: Can I get VBA error messages in English language?

Error messages in English language for MS Excel 2010

Quick Answer: Use the 'Language' setting to change the language of error messages in MS Excel 2010.

Error message display in a non-English language can be frustrating, especially when working with international teams or users. This guide is designed to help you troubleshoot and resolve this issue in Microsoft Excel 2010.

Understanding that error messages are displayed in the language set on your system can help you identify the root cause of the problem.

🛑 Root Causes of the Error

  • The primary reason for error message display in a non-English language is due to the language setting on your system. By default, Excel sets its language to match the system's language setting.
  • An alternative reason could be that the VBA editor's language setting has not been explicitly set, resulting in the use of the system's language.

🛠️ Step-by-Step Verified Fixes

Changing the Excel Language Setting

  1. Step 1: Step 1: Open Excel and go to the File tab in the top left corner.
  2. Step 2: Step 2: Click on 'Options' from the drop-down menu, then select 'Excel Options'.
  3. Step 3: Step 3: In the Excel Options window, click on 'Language' and select 'English' as the language you want to use for error messages.
  4. Step 4: Step 4: Close the Excel Options window and restart Excel. The new language setting should now be applied.

Using a VBA Editor Language Setting

  1. Step 1: Step 1: Open the Visual Basic Editor in Excel by pressing Alt+F11 or navigating to Developer > Visual Basic.
  2. Step 2: Step 2: In the Visual Basic Editor, go to Tools > References and check if 'Microsoft Excel Object Library' is listed. If not, add it to the list.
  3. Step 3: Step 3: Go to Tools > Options and select 'Language' from the drop-down menu.
  4. Step 4: Step 4: Select 'English' as the language you want to use for error messages and click 'OK'.
  5. Step 5: Step 5: Close the Visual Basic Editor window. The new language setting should now be applied.

✨ Wrapping Up

By following these steps, you should be able to change the Excel language setting to English, resulting in error message display in the desired language. If you're still experiencing issues, it's recommended to consult with a Microsoft support specialist for further assistance.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions