View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.setup
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Don't know where to look for error

I would think that the error included the name of the module.

You may want to share that name to see if it's a common problem.

But in general, this error means that there is a problem with code. And the
workbook's project that has the problem is protected (needs a password to
view/change).

In the VBE, you can protect the workbook's project by:
Tools|VBAProject Properties|Protection tab

If you go into the VBE and try to access that project, then you'll be asked for
a password to continue.

If you are the same Brenda with the .scrollarea problem, maybe you made a change
in that workbook's project's code when you were trying to fix it.

Brenda wrote:

When i open up my file i get the following error
Compile error in hidden module
I don't have a clue where to begin to find the problem.
--
Thank you, Brenda


--

Dave Peterson