Don't know where to look for error

B

Brenda

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.
 
D

Dave Peterson

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.
 
B

Brenda

You really know your stuff it worked...i posted a question for you. Can you
please check it out it's about your formula for downloading the floating
toolbar.
 
G

Gord Dibben

Brenda

Just for info.................VBA code is not a "formula" as you have been
stating.

Code is code.............there are several types........event, macro, user
defined functions among them

A formula is something like =A1*B1 entered in a worksheet cell.


Gord Dibben MS Excel MVP
 

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

Similar Threads


Top