"Cannot quit Excel" after tried to access protected WB

T

tskogstrom

Hi,

I have a protected WB and WS with VBA code. If I open it and go to
"View code", I need to enter the password. Right.

If I Cancel, I get "System error &H80004005 (-2147467259)" and
"Undefiend error" message.

If I close VBA editor, and try to close Excel, it tell "Cannot quit
Excel". The only thing I can do is to end the excel process.

There are nothing in call stack. What can I do to be able to end excel
normally? Is there any open processes I can't see but that can be ended
with VBA on Workbook_Close event maybe?

Happy to any suggestions,
Tskogstrom
 
T

tskogstrom

Hi,

Isn't Quit just VBA but the same I do now manually? Or will Quit handle
open processes/locked memory/"somethings" in another way?

/Regards
tskogstrom



Madhan skrev:
 
N

NickHK

With all WSs and WB protected and VBA code password protected, I cannot get
this to happen.
Either the WB may be corrupt or your code is running/in break mode at that
time.

NickHK
 

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