Stop Debug Window From Opening

  • Thread starter Thread starter Dave Elliott
  • Start date Start date
D

Dave Elliott

Is there a way to stop the debug window from opening?
A Module?
 
Under what conditions?

If you want to stop the user getting the "Debug" option when an error
occurs:
- user error handling in your code;
- create an MDE.

If you want to stop the user pressing Ctr+G to open the Immediate window,
uncheck Allow Special Keys under:
Tools | Startup

Not sure what other conditions it would be desirable to disable it.
 

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

Back
Top