
How to solve Excel VBA: Compile error in hidden module
Dec 17, 2020 · It show the error: Compile error in hidden module. This error commonly occurs when code is incompatible with version, platform or architecture of this application.
excel 2024: compile error in hidden module solvercode
Aug 20, 2025 · I have Excel 2024 (Microsoft LTSC MSO version 2408 build 16.0.17932.20496 64-bit), everything was working fine until a couple of days ago, then suddenly the Excel SolverCode module …
Excel 2016 - Compile Error in Hidden Module - Stack Overflow
Dec 20, 2016 · I'm creating a simple report excel where it merge xls files when user select a folder. It was working perfectly until when i test in different PC, i got " Compile Error in Hidden Module" error.
VBA Error: Compile error in hidden module - Stack Overflow
I have an Excel File which I've designed to simplify a process at my workplace (with our customers) One of the macro's is matching data between two different tabs, performing some calculations, and
excel - Compile error in Hidden Module - Stack Overflow
Jun 25, 2014 · When I'm trying to do some activity on Macro Enabled sheet I'm facing this problem. Error: Compile error in Hidden Module: SHEET 7 Can some one please guide what ...
vba - Compile Error in Hidden Module: Module 1 - Stack Overflow
Mar 12, 2015 · I've an Addin for Excel-2010 in VBA. If I execute the code from the VBA editor it works fine. But when I execute the macro using the button in the Ribbon generated for the Addin it throws …
Excel VBA Code: Compile Error in x64 Version ('PtrSafe' attribute ...
May 27, 2013 · Compile error: The code in this project must be updated for use on 64-bit systems. Please review and update Declare statements and then mark them with the PtrSafe attribute.
Excel VBA Compile Error - Stack Overflow
Aug 8, 2013 · We have an excel spread sheet which we use and it works for most machines but bombs out with 'Compile Error in Hidden Module - General' on others, and the reason ...
Error commonly occurs when code is incompatible - Stack Overflow
Jun 1, 2018 · Compile error in hidden module: pushEmail. This error commonly occurs when code is incompatible with the version, platform, or architecture of this application.
32-bit macro not working on 64-bit excel-sheet? Compile error: module 1
Dec 3, 2019 · I have an excel-spreadsheet with a macro created in 32-bit excel, and am now running 64-bit. I get error message: "Compile error in hidden module: Module1." I found following solution from …