Ошибка 400 миф

Make sure you double-check your code as errors can easily creep in.

by Vlad Turiceanu

Passionate about technology, Windows, and everything that has a power button, he spent most of his time developing new skills and learning more about the tech world. Coming… read more


Updated on August 18, 2022

Reviewed by
Radu Tyrsina

Radu Tyrsina

Radu Tyrsina has been a Windows fan ever since he got his first PC, a Pentium III (a monster at that time). For most of the kids of… read more

  • Excel Macro represents a set of commands and actions that are triggered by a VBA code.
  • As handy as it has proven to be, VBA is no stranger to errors especially if you write the code yourself.
  • The VBA error 400 is quite common and usually appears if your Macro fails or crashes whilst it’s running.
  • Don’t worry, we have prepared 3 easy fixes for you to try in order to remove this pesky error for good.

how to resolve VBA error 400

When you have a set of actions that you do constantly, creating a Macro in Excel is crucial.

Once you create it, it runs on its own and delivers great reports. That is if you don’t get any error.

Some users seem to be getting a VBA error 400 when trying to run their Macro in Excel. There are no further indications only a box with an OK button.

How can I solve VBA error 400 in Excel?

Either way, don’t worry we have some simple solutions for you.

We suggest that you follow the steps mentioned in this article in the presented order. Hopefully, they will help you solve your problem.

1. Fix VBA error 400 by moving your Macros to another Module

If you are getting the VBA error 400 in Excel while trying to run your Macros, moving them to a new Module can fix it.

There could be a problem with the old Module, therefore switching to a new one might fix the error.

1. Open Microsoft Excel.

2. We need to create the new Module to transfer your Macros to. Click on the Developer tab from the Ribbon menu.

how to fix vba error 404 developer tab

3. Select Visual Basic from the options.

visual basics how to fix vba error 400

4. In the VBA menu, click Module on the Insert menu.

fix vba error 400 select module

5. Paste the VBA code that you want to use.

6. Navigate to the File menu and click Save Global. Now your Macros are successfully moved to the new Module.

7. Delete the old module.

2. Fix VBA error 400 by turning on the trusted access

how to resolve excel VBA error message
  1. Go to the Developer tab (If this is not available click File > Options > Customise Ribbon > choose the Developer checkbox).
  2. In the  Code group – go to the Developer tab.
  3. Click Macro Security.
  4. Select Developer Macro Settings – choose Trusted access to the VBA project.
Read more about this topic

  • Runtime Error 7: Out of Memory [Fix]
  • MegaStat for Excel: How to Download & Install
  • Runtime Error 13: Type Mismatch [Fix]
  • 5 Quick Ways to Unlock Grayed-Out Menus in Excel

3. Check your code for mistakes to fix VBA error 400

how to fix VBA error in excel macros

Make sure to always check your code for any mistakes. Additionally, checking for any macros corruption is necessary as well.

That’s about it. We hope that doing these confirmed solutions will fix your VBA 400 Error. In case you have other confirmed suggestions please let us know in a comment below.

Still having issues? Fix them with this tool:

SPONSORED

If the advices above haven’t solved your issue, your PC may experience deeper Windows problems. We recommend downloading this PC Repair tool (rated Great on TrustPilot.com) to easily address them. After installation, simply click the Start Scan button and then press on Repair All.

newsletter icon

In this Article

  • Ensure that VBA Projects are Trusted
  • Transfer Your Code to a New Module
  • Debug and Review the VBA Code
  • Repair or Reinstall Microsoft Office
  • Check Your System for Malware or Viruses

This article will demonstrate how to fix Excel VBA Error 400.

Error 400 occurs while a VBA macro is running, usually causing the macro to crash and stop running. It is a very annoying error that can be quite difficult to resolve but by following the methods below you can hopefully solve your problem!

Ensure that VBA Projects are Trusted

First, that your VBA Projects are trusted.   To ensure that they are, follow these steps:

In the Ribbon, select File > Options and then (1) select Trust Center and (2) Trust Center Settings.

vba error 400 excel-options

OR

In the Ribbon, select Developer > Macro Security.

vba error macro security

Note: If you don’t see the Developer Ribbon, you’ll need to enable it.

Then,  select (1) Macro Settings. Ensure that (2) Trust access to the VBA project object model is checked and then (3) click OK.

vba error 400 trust center

Transfer Your Code to a New Module

If you still encounter the error, the issue might be a corrupt code module.

To ensure that the code module is not corrupt, transfer your code to a new module and then delete the old module.

1) To insert a new module, we need to open the Visual Basic Editor (VBE).

In the Ribbon, select Developer > Visual Basic.

vba error VBE

Or Press Alt+F11 to switch to the VBE.

2) Make sure you have the correct VBA Project selected and then, in the Menu, select Insert > Module.

vba-error 400 menu insert module

3) Click in the original module and press CTRL + A on they keyboard to select all the code. Then copy the code (CTRL + C or right-click and select COPY)

vba error 400 copy code

4) Click in your new module and Paste the copied code into this module (CTRL + V).

5) Then right-click on your original module (in this case Module1), and select Remove Module1 to remove it from your VBA project.

vba-error 400 remove module

Or in the Menu, select File > Remove Module1.

6) Save your workbook to keep your changes.

Debug and Review the VBA Code

An Error 400 could also occur due to incorrect VBA code. The VBA Editor contains a variety of debugging tools. A powerful one is the ability to step through your code.

Click in the procedure that you wish to debug and then, in the Menu, select Debug > Step Into  OR press F8 on the keyboard.

vba error 400 debug

The procedure name will then be highlighted in yellow indicating that you are now in Debug mode.

vba error 400 debug mode

You can then go through your code line by line by pressing F8 each time to move down to the next line.

By debugging your code in this manner, you can check that it all runs correctly and does not raise the error 400

Repair or Reinstall Microsoft Office

If all of the above suggestions do not help, you may unfortunately have to repair or reinstall Microsoft Office as you may have a corrupt installation or corrupt registry entry.

First, try repairing the installed version of Office.

In the Settings App in your PC, select Apps > Apps and Features and then scroll down the list until your find your installation of Microsoft Office.

Click on the Modify button, select Online Repair or Quick Repair and then click Repair.

Re-boot your PC and try your macro again.

If this does not help, you may have to remove Microsoft Office from your machine by uninstalling it and then re-install it.

Check Your System for Malware or Viruses

Finally, do make sure that your system is checked for both Malware and Viruses as these can also lead to this Error 400.

VBA Coding Made Easy

Stop searching for VBA code online. Learn more about AutoMacro — A VBA Code Builder that allows beginners to code procedures from scratch with minimal coding knowledge and with many time-saving features for all users!
vba save as

Learn More!

Are you getting an error dialog box titled Microsoft Excel that contains only the number 400? Or getting the error message VBA error 400 Excel 2016, then this article is for you.

Here check out the complete information about Excel 2016 macro error 400.

Microsoft Excel is a very crucial file and not free from errors. There are many cases seen when many different types of errors crop up and interrupt the users from time to time.

The Excel 2016 error 400 is the one that many users are found reporting. Excel Error 400 is related to the VBA or the Macro. Some users are getting the VBA error 400 while running an Excel Macros.

Despite this, it is also seen it is caused due to improperly configured settings or due to irregular Windows registry entries.

Well, this is very irritating and there is no exact reason behind what causes the VBA 400 error in Excel. Here check out some of the possible causes.

To repair corrupt Excel file, we recommend this tool:

This software will prevent Excel workbook data such as BI data, financial reports & other analytical information from corruption and data loss. With this software you can rebuild corrupt Excel files and restore every single visual representation & dataset to its original, intact state in 3 easy steps:

  1. Download Excel File Repair Tool rated Excellent by Softpedia, Softonic & CNET.
  2. Select the corrupt Excel file (XLS, XLSX) & click Repair to initiate the repair process.
  3. Preview the repaired files and click Save File to save the files at desired location.

Why I am getting Excel VBA Error Code 400?

There is no exact reason for getting the VBA error 400 in Excel 2016, some of the common causes like VBA corruption or the macros you are trying to run is corrupt and many others.

  • Due to incorrect or failed installation or un-installation of software
  • Invalid Registry entries
  • Due to an error in the macro that was running
  • The external error like failure to read or write from a file.
  • The arguments contain the value that is not valid
  • While trying to gain access to an object that does not exist
  • The macros you are trying to run is corrupted
  • The properties and method of VBE object for manipulation VBA code stored in Office document are by default inaccessible.

So these are some of the possible reasons that might cause the VBA error 400 while running Excel Macros.

Now try the possible fixes to resolve the Excel error 400.

How To Fix Excel 2016 Macro 400 Error?

Just like the reasons the solution to resolve the VBA error 400 macros also varies. So here check out the possible solutions like moving the macros to the new module, turning on trusted access to VBA, and others to fix VBA error 400.

Solution 1: Move The Macros To New Module

It might happen due to some kind of external error you are getting the Visual Basic error 400 in Excel.

So try creating a module in VBA and click on Insert>module and move the macros to the new module. Also, assure deleting the original one.

Hope this resolves the VBA error 400 in Excel macros, if not then try the second possible solution.

Solution 2: Turn On Trusted Access To VBA

Sometimes when you are trying to gain access to the VBA project the users start getting the VBA error 400 in Excel. So here try to turn on trusted access to Visual Basic Projects.

Follow the steps to do so:

  1. Try going to the Developer tab. But, if the Developer tab is unavailable, then follow the steps to display it:
    • First, click File > Options > Customize Ribbon.
    • Then under Main Tabs > choose the Developer checkbox.
  2. Now, in the Code group > on the Developer tab > click Macro Security.
  3. And under Developer Macro Settings > choose the Trust access to the VBA project object model checkbox.

Hope turning on the trusted access to VBA fixes the Excel 2016 macro 400 error.

Apart from that also check the codes you are entering as some mistakes in codes may cause Excel error 400. Also, check for the macros corruption before trying to run them.

Don’t Miss: Top Ways to Recover Macros from Corrupted Excel File Effectively

Hope the given manual solutions work for you to resolve the VBA error 400 running an Excel Macros. But if not then try the automatic repair utility to resolve the VBA error 400 in Excel.

Automatic Solution: MS Excel Repair Tool

It is recommended to make use of the MS Excel Repair Tool. It is the best tool to repair all sorts of issues, corruption, errors in Excel workbooks. This is the best tool that just by scanning once detects and fixes various errors in Excel files and repairs and recover damaged, corrupted, or even inaccessible Excel files as well.

It allows you to easily restore all corrupt Excel files including the charts, worksheet properties cell comments, and other important data. This is a unique tool to repair multiple Excel files at one repair cycle and recovers the entire data in a preferred location. It is easy to use and compatible with both Windows as well as Mac operating systems.

* Free version of the product only previews recoverable data.

Steps to Utilize MS Excel Repair Tool:

Final Verdict:

That’s it; I have done my job, now it’s your turn to follow the fixes to resolve VBA error 400 in Excel.

Follow the given manual solutions to fix Visual Basic error 400 in Excel. Also, scan your Excel file with the automatic repair utility to fix other Excel issues responsible for getting the error.

Apart from that Excel is a very crucial file so it is very important to handle it properly and backup your important data to avoid data loss situations.

In case you have any additional workarounds that proved successful or questions concerning the ones presented, do tell us in the comments or you can visit the Repair MS Excel Facebook and Twitter account.

Good Luck…

Priyanka is an entrepreneur & content marketing expert. She writes tech blogs and has expertise in MS Office, Excel, and other tech subjects. Her distinctive art of presenting tech information in the easy-to-understand language is very impressive. When not writing, she loves unplanned travels.

Summary:
The VBA runtime error 400 in Excel usually occurs while accessing VBA code. There are many factors that can lead to this error. In this blog, you will learn some easy solutions to get rid of the issue. You can try the Excel repair software mentioned in the post to quickly repair and restore the corrupted elements of the Excel worksheets, such as macros, modules, etc.

Free Download for Windows

Contents

  • Causes of VBA Runtime Error 400 in Excel
  • Methods to Fix the VBA Error 400 in MS Excel
  • Conclusion

In Excel, Visual Basic for Applications (VBA) is used to automate tasks. Sometimes, while working with VBA codes, you may encounter several errors. One such error is the runtime error 400. It usually occurs when your Excel fails to find the VBA code or you try to use an object in VBA code that has been deleted or inaccessible. It can also occur if you mistakenly put the code in the wrong module in your VBA project or the macro you are running is corrupt.

Causes of VBA Runtime Error 400 in Excel

There are a variety of reasons that can lead to the VBA error 400. Some of them are cited below:

  • Incorrect registry entries.
  • There is an issue with the module in which you are running the macro.
  • The macros you are trying to run contain an incorrect parameter or argument.
  • Macros in the Excel file are corrupt.
  • Accessing an object in workbook that does not exist.
  • Incorrect installation of Microsoft Excel.
  • Important Excel-related files are corrupted.
  • Outdated Microsoft Excel version.

Methods to Fix the VBA Error 400 in MS Excel

Follow the below-mentioned solutions and workarounds to fix the runtime error 400 in Excel.

Method 1: Move the Macro to Another Module

Problematic modules can trigger the runtime error 400 in Excel. For example, you have inserted a code in the wrong module in the VBA project. If you receive the error, then there is an issue with the module. In such a case, you can move your macros to another module. Here are the steps:

  • Open your Microsoft Excel application.
  • Create a new module using the below steps:
    • Go to the Developer tab from the Ribbon menu.

Developer Menu To Create Module

  • The Microsoft Visual Basic for Applications wizard is displayed.

Microsoft Visual Basic For Applications Wizard To Create Module

  • In the VBA wizard, click Insert > Module.

Click Module From Insert Option

  • Now, copy the code from the old module and paste it into the newly created module.
  • Go to the File and click Save to save the code in the new module.

Save The Code To New Module

  • Go to the old module, right-click on it, and click Remove Module to delete it.

Remove Module From VBA Project

  • Now try to run the code to check whether the error is fixed or not.

Method 2: Check Invalid Input in Macro

The Excel error 400 may occur when you try to run a macro that contains an incorrect or invalid input, such as an argument or parameter. You can check your VBA code for any incorrect arguments and their specifications using Error handling. In Excel VBA, error handling is used to handle runtime errors that appear while running the program. Also, it is used to check for invalid arguments in VBA code.

Method 3: Update your Excel Application

Runtime errors, including error 400, can occur if your Microsoft Excel is not updated. So, consider updating and upgrading your Excel to the latest version. Following are the steps to update your Excel:

  • Open your Excel application.
  • Go to the File menu on the top-left corner of the window.
  • Select Account and click on Update Options under Product information.
  • Click Update Now.

Excel will check for the latest updates and download them if available.

Method 4: Check for Deleted Objects in the Code

Sometimes, the runtime error 400 can occur if an object you are calling in a code is not available, deleted, or inaccessible. You can check your VBA code for any deleted or missing objects in the macro. You can use the debug command to check for errors in the code. Debugging in Excel can help you quickly identify and fix the errors in the VBA code.

Method 5: Enable Trusted Access to VBA

You can enable the trusted access to VBA option to provide complete access to the code to run. Here are the steps to enable trusted access to VBA:

  • Go to the Developer tab.
  • Click Macro Security.

Go To Developer To Open Macro Security

  • In Trust Center window, select the option “Trust Access to the VBA Project object model” under the Developer Macro Settings section.
  • Click OK.

Method 6: Fix the Corrupted Excel File

The runtime errors in Excel may occur if your file gets corrupted or damaged. To fix the error, you can try repairing the file using the built-in “Open and Repair” tool. Follow these steps:

  • Open Excel and click on the File menu.
  • Choose Open and select the corrupted Excel file.
  • Click on the arrow next to the Open button and click on “Open and Repair”.
  • Select the repair option that you want to use.
  • Click OK.

The “Open and Repair” tool may not be able to repair the Excel file if it is severely corrupted or the extent of the damage is too high. In such a case, you can try a third-party Excel repair tool, such as Stellar Repair for Excel. It is a powerful tool that uses advanced algorithms to repair the corrupted Excel file, even if the damage is too extensive. It recovers all the objects from the Excel file with complete integrity. 

Conclusion

The VBA error 400 in Excel can occur due to various reasons, such as invalid parameters in macros, deleted objects, or corruption in Excel file. By following the solutions outlined in this post, you can resolve the VBA runtime error 400 in MS Excel. If the error persists, then you can try a reliable third-party Excel repair software, such as Stellar Repair for Excel. It can effectively repair corrupted macros in Excel by scanning the Excel file and help you resolve the issue. The tool is compatible with all Excel versions.

About The Author

Monika Dadool

Monika Dadool is a Technical content writer at Stellar who writes about QuickBooks, Sage50, MySQL Database, Active Directory, e-mail recovery, Microsoft365, Pattern Recognition, and Machine learning. She loves researching, exploring new technology, and Developing engaging technical blogs that help organizations or Database Administrators fix multiple issues. When she isn’t creating content, she is busy on social media platforms, watching web series, reading books, and searching for food recipes.

Download PC Repair Tool to quickly find & fix Windows errors automatically

In this article, we are going to discuss methods on how to fix VBA error 400 in Excel. The error 400 in Excel usually occurs while running a Microsoft Visual Basic for Applications (VBA) macro. It causes the macros to crash or fail to run and return an error 400 message. Now, there can be different reasons for such an error; let us discuss them.

vba-error-400-in-excel

What causes VBA error 400 in Excel?

Here are the reasons due to which error 400 is triggered when running a Macro in Excel:

  • Faulty installation of the Office software.
  • There is some error in the VBA code.
  • Invalid value in the argument.
  • The running macro is corrupted.
  • Excel-related files infected by some malware.
  • Failure to read/ write from a file.
  • Invalid registry entries.

If you are encountering error 400 in Excel, you can use the below-listed solutions to resolve it.

Here are the methods to fix error 400 encountered while running a macro in Excel:

  1. Move Macros to a new Module.
  2. Enable trusted access to VBA.
  3. Review your VBA code.
  4. Repair Microsoft Excel.
  5. Uninstall, and then reinstall Excel.
  6. Some other methods like scan for malware, etc.

Let us discuss these methods elaborately.

1] Move Macros to a new Module

Transferring your macros to a new module may fix the issue in case there is some external error. You can use the below steps to do so:

Go to the Developers tab and click on the Visual editor option. In case you don’t see the Developers tab on the main ribbon in Excel, go to File > Options and from Customize Ribbons tab, turn on the Developers checkbox from the Main Tabs section.

Now, in the Microsoft Visual Basic for Applications window, click on the Insert menu and then the Module option.

After that, paste your Macro code into this new module and save it using the dedicated option from the File menu.

Also, you need to delete the old module by right-clicking it and using the Remove option.

At last, click the File > Close and Return to Microsoft Excel option and see if the error 400 is resolved in Excel.

2] Enable trusted access to VBA

You can turn on the trusted access to VBA and see if the issue is gone. Here are the steps to enable trusted access to VBA:

  1. Move to the Developers tab and click on the Macros Security option.
  2. In the Trust Centre window, enable the option named Trusted access to the VBA project object model.
  3. Press the OK button.

3] Review your code

An error in VBA code can trigger error 400 in Excel. So, you need to thoroughly review the macro code and correct the error in the code if any. Also, check macros if there is any corruption.

4] Repair Microsoft Excel

If none of the above works, the problem might be with the Excel app. The application might be installed incorrectly or something needs to be repaired. So, repair Microsoft Excel using the below steps:

  1. Launch Settings app and go to Apps > Apps & features.
  2. On the right, locate and click Office 365/ Microsoft 365 program.
  3. Tap on the Modify button and then select Online Repair or Quick Repair option.
  4. Press the Repair button which repairs Excel and other Office apps.

5] Uninstall, and then reinstall Excel

You can also try to uninstall and then reinstall Office and Excel software to start afresh. See if this fixes up the error.

6] Some Other Methods

Also, some other solutions may also work like:

  • You can try running an SFC scan to check and repair corrupted system files.
  • Some malicious programs can also cause this error. So, check and remove malware and suspicious application with Microsoft Defender or third-party antivirus or antimalware program.
  • Try deleting corrupted cache data and system junk files.

Hope the above solutions help!

Now read: How to Fix Runtime Error 1004 in Excel

Komal has done M.Tech in Computer Science & Engineering. She is a keen follower of the Windows ecosystem & a technical writer since the last six years. She loves finding solutions for day-to-day tech problems.

Последнее обновление Ноя 12, 2021

Некоторые пользователи, похоже, получают ошибку VBA 400 при попытке запустить свой макрос в Excel. Дальнейших указаний нет, только окошко с кнопкой ОК.

В любом случае, не волнуйтесь, у нас есть для вас несколько простых решений. Мы предлагаем вам выполнить шаги, упомянутые в этой статье, в указанном порядке. Надеюсь, они помогут вам решить вашу проблему.

Как исправить ошибку 400 в Excel?

1 Переместите ваши макросы в новый модуль

Ошибка VBA 400: что это такое и как ее исправить

  1. Чтобы создать новый модуль, перейдите в меню «Инструменты».
  2. Щелкните Макрос – редактор Visual Basic.
  3. В VBA щелкните ” Модуль” в меню “Вставка”.
  4. Вставьте код VBA, который хотите использовать.
  5. В меню «Файл» выберите «Сохранить глобально».
  6. Обязательно удалите старый модуль.

2 Включите доверенный доступ к VBA

Ошибка VBA 400: что это такое и как ее исправить

  1. Перейдите на вкладку «Разработчик» (если она недоступна, нажмите «Файл» > «Параметры» > «Настроить ленту»> установите флажок «Разработчик» ).
  2. В группе Код – перейдите на вкладку Разработчик.
  3. Щелкните Безопасность макросов.
  4. Выберите «Параметры макроса разработчика» – выберите «Надежный доступ к проекту VBA».

3 Проверьте свой код

Ошибка VBA 400: что это такое и как ее исправить

Обязательно всегда проверяйте свой код на наличие ошибок. Кроме того, также необходима проверка на наличие повреждений макросов.


Вот об этом. Мы надеемся, что это подтвержденное решение исправит вашу ошибку VBA 400. Если у вас есть другие подтвержденные предложения, сообщите нам об этом в комментариях ниже.

Источник записи: windowsreport.com

Home > VBA > VBA Error 400

In VBA, error 400 is a runtime error that is not so common, but there are a few situations where you could face this error. This error occurs when Microsoft Excel crashes or fails while running a macro. And different reasons can make Excel crash or fails:

  • Deficient in the installation of Microsoft Excel.
  • Excel failed to read or write from a file or try to access an object that does not exist or moved.
  • The macro that you are trying to execute is corrupt.
  • Or there could be a possibility of having a virus or malware in this system.

How to Fix VBA Error 400

It is a little tricky to fix the error 400 as it doesn’t come with any notification that is what is causing it. but you can use a few ways to fix it.

  • You can debug the code and execute each line of code 1 by 1.
  • You can shift the entire macro to a new module.
  • You can also Switch on the trusted VBA project that gives full access to the code to run.

As I said, there could be a possibility of having a virus or malware that can cause this error. So, you can also use an antivirus to scan your system and all the files that you are trying to access the macro.

What is VBA

  • VBA ERROR Handling
  • VBA Error 400
  • VBA Invalid Procedure Call Or Argument Error (Error 5)
  • VBA Object Doesn’t Support this Property or Method Error (Error 438)
  • VBA Object Required Error (Error 424)
  • VBA Out of Memory Error (Error 7)
  • VBA Overflow Error (Error 6)
  • VBA Runtime Error (Error 1004)
  • VBA Subscript Out of Range Runtime Error (Error 9)
  • VBA Type Mismatch Error (Error 13)

error 400 in VBA

Introduction

It is often said that debugging is part of programming, and through error messages, the programmer can easily identify where there are problems in his/her code. But as you can see from the above screenshot the VBA Error 400 is one of those annoying types of error that does not give you any information on the origin of the bug of your code.

You only know that there is an error because you see the red cross on the message box with the number 400 referring to the error number.  If as a VBA coder you have come across the VBA error 400 and do not know what to do, then this article is for you.

In the following article, we shall see the possible causes of this error (there are many of them) and how to fix them.

What Are the Causes of VBA Error 400?

Excel error 400 occurs when Microsoft Excel fails or crashes while running. This can be caused by many factors. The following are the most common:

  • Infected download or deficient installation of Microsoft Excel software
  • Invalid registry entries
  • Windows system files or Microsoft Excel-related program files infected by malware or a virus
  • Microsoft Excel-connected files maliciously or wrongly deleted by another program
  • Error in a macro; or the macro that you are trying to run is corrupt
  • Failure to read or write from a file or trying to get access to an object that does not exist
  • Attack on the device or disk storage system including the MS Excel related data files and folders by malware or virus

Note: VBA 400 error messages can arise in any of the following Microsoft Windows operating systems: Windows 10, Windows 8, Windows 7, Windows Vista, Windows XP, Windows ME, Windows 2000.

How to Fix Microsoft Excel Error 400

The VBA 400 error message does not give any indication on the origin of the error. Consequently, you might have to try one or a combination of the methods below to fix the problem. However, I strongly advise you to check your macro very well to be certain that the error is not coming from the code itself before attempting any fix.

Transfer macros to a new module

Step 1: Select the developer tab on the Excel menu and click on the Visual Basic option or Click on Alt + F11 simultaneously.

open vba editor

Step 2: Select the Insert tab of the VBA Editor and click on the Module option or click on Tools > Macro then name the macro and press Enter

Insert module into VBA editor

Step 3: Paste the VBA code that you want to use.

Step 4: Navigate to the File menu and click on Save Global.

Note: Make sure to delete the old module.

Switch on Trusted Access to VBA

Step 1: Select the Developer tab on the Excel menu, go to the Code group and click on Macro Security.

Macro security in Excel

Step 2:  Under “Developer Macro Settings” check “Trusted Access to the VBA project.”

Trust access to the VBA project object model

Other More Advanced Methods

If the solutions above have not solved your problem, then you should resolve to try the ones below.

Warning: If you are not versed in registry manipulation and related activities, I suggest you work with an expert on these solutions.

  1. Scan your device to remove harmful malware and viruses from the system.
  2. Remove system junk files and corrupted cache data.
  3. Next, update the PC with the latest system drivers.
  4. Try to “undo” all the recently made changes to the device through Windows System Restore files.
  5. Uninstall each suspicious application, including the corrupted MS Excel app. Then, reinstall a fresh version.
  6. Next, run the Windows System File Checker (SFC) scan to detect and delete corrupted system files.
  7. Now, install the latest Windows OS update.
  8. Finally, run a clean installation of Windows.

Automatic Solution

Beside the manual solutions explained above, there is also an automatic solution called the MS Excel Repair Tool. It is a highly recommended and one of the most appropriate tools to repair all sort of issues, corruption, errors in Excel workbooks. Just by scanning once, the tool detects and fixes various errors in Excel file and repair and recover damaged, corrupted or even inaccessible Excel file as well.

It allows you to easily restore all corrupt Excel file including the charts, worksheet properties, cell comments, and other important data. This is a unique tool to repair multiple Excel files in one repair cycle and recovers the entire data in a preferred location. It is easy to use and compatible with both Windows (http://www.repairmsexcel.com/blog/free-download-for-win)  as well as Mac operating system (http://www.repairmsexcel.com/blog/free-download-for-mac ).

Понравилась статья? Поделить с друзьями:
  • Ошибка 4201 vag
  • Ошибка 3922 эвотор как исправить
  • Ошибка 3853 ман тга
  • Ошибка 4106 scania
  • Ошибка 3601 терминал