Excel CommandBars

D

Daniel Utsch

Does anybody know how I solve this problem?

Error while switching the Excel Command bars (Standard = False)...

Because this error I can't open the file.

Thanks
 
G

Gord Dibben

Just the one workbook produces this error?

Hold down SHIFT key while opening the workbook to prevent code from running.

Then look through the workbook modules for the source.

Most likely in Thisworkbook module.


Gord Dibben MS Excel MVP
 
D

Daniel Utsch

Yes one workbook file produce this erro. But the VBA project is Locked, and I
don't have de password.

Is there other way of this to solve?

"Gord Dibben" escreveu:
 
G

Gord Dibben

Who is the original author of the workbook?

Could you get a password from that source?

Is the workbook a "shared" workbook?

If so, unshare it to release the locked project.

Are you trying to open a workbook created in a later version of Excel than
you are currently running?


Gord
 
Top