Warning while closing the VBA editor

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

while closing the VBA editor i get a warning "This command
will stop the debugger"
I dont know much about VBA so not sure if getting this
warning does mean anything. running the macro is not a
problem though.

thanks
 
Don't sweat it. Debug mode is a way for you to watch what's going o
while your code is being executed. It's called "Debug" mode becaus
this is where you can see, if you know what to look for, where any bug
are occurring and VBA will warn you about any terminal errors.
recommend reading up on what Debug Mode offers if you plan on writin
anything with more than a few lines of code. - Piku
 

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