Our customer is getting the error "Compile Error in Hidden Module: JetFunctions" when trying to open an excel file. Any help would be appreciated. Thanks.
Date
Votes
1 comment
-
Jet Reports Historic Posts That usually happens because the Jet Add-In can't resolve its reference to JetReports.dll. Registering the dll should fix it:
1. Close Excel
1. Open a command prompt (Start->Run->"cmd")
2. Navigate to the Jet Reports program folder, i.e. cd "C:\Program Files\JetReports"
3. Register the dll: regsvr32 JetReports.dll.
If manually registering it doesn't fix it, you might try reinstalling.
Please sign in to leave a comment.