Compile error in hidden module

R

R.S.Lynn

The Visual Basic error window that popped up is
"Compile error in hidden module: <module name>
A protected module can't be displayed. This error has the following cause
and solution:

a.. There is a compilation error in the code of the specified module, but
it can't be displayed because the project is protected.
Unprotect the project, and then run the code again to view the error."

I do not know how to "select the item in question." I do not know how to
"unprotect
the project and then run the code again to view the error."

I suspect that something has been corrupted in my Office 2003. Do I have
any alternative to reinstalling the whole Office? Please know that I get
similar messages now in Word.

If I simply select OK, the programs seem to proceed without any error I can
see.
The modules have names like AutoExecNew and DistMon.
 
G

Gord Dibben

The <module name> would give us more to work on but this a common error caused
by PDFMaker.xla.

See KB article http://support.microsoft.com/default.aspx?scid=kb;EN-US;q307410

The PDFMaker.xla and maybe PDFMaker.dot are stored in your Office\XLSTART folder
or in the Excel\XLSTART folder.

Any files in these folders will open with Excel.

You must remove them from the XLSTART folder.


Gord Dibben MS Excel MVP


The Visual Basic error window that popped up is
"Compile error in hidden module: <module name>
A protected module can't be displayed. This error has the following cause
and solution:

a.. There is a compilation error in the code of the specified module, but
it can't be displayed because the project is protected.
Unprotect the project, and then run the code again to view the error."

I do not know how to "select the item in question." I do not know how to
"unprotect
the project and then run the code again to view the error."

I suspect that something has been corrupted in my Office 2003. Do I have
any alternative to reinstalling the whole Office? Please know that I get
similar messages now in Word.

If I simply select OK, the programs seem to proceed without any error I can
see.
The modules have names like AutoExecNew and DistMon.

Gord Dibben MS Excel MVP
 
D

Dave Peterson

And you have similar replies to your other post.

R.S.Lynn said:
The Visual Basic error window that popped up is
"Compile error in hidden module: <module name>
A protected module can't be displayed. This error has the following cause
and solution:

a.. There is a compilation error in the code of the specified module, but
it can't be displayed because the project is protected.
Unprotect the project, and then run the code again to view the error."

I do not know how to "select the item in question." I do not know how to
"unprotect
the project and then run the code again to view the error."

I suspect that something has been corrupted in my Office 2003. Do I have
any alternative to reinstalling the whole Office? Please know that I get
similar messages now in Word.

If I simply select OK, the programs seem to proceed without any error I can
see.
The modules have names like AutoExecNew and DistMon.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top