A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
Compile error in hidden module: <module name>
The error occurs when code is not compatible with the version of this application. (Example, code in a document targets 32-bit Microsoft Office applications, but attempting to run on 64-bit Office)
It is raised when a compilation error exists in the VBA code inside a protected (hidden) module. The specific compilation error is not exposed because the module is protected.
Here are the possible solutions:
- If you have access to the VBA code in the document or project, unprotect the module, and then run the code again to view the specific error.
- If you do not have access to the VBA code in the document, then contact the document author to have the code in the hidden module updated.
Get back to us for the result.