Excel VBA - "this action..."

  • Thread starter Thread starter Landis
  • Start date Start date
L

Landis

What is the cause of "this action will reset your project" message, while
working in debug mode in Excel VBA?
 
If you do anything that causes the project to recompile you will get that
message, all variables will be destroyed. Eg, add/edit declarations,
With...End With blocks, various other things.

Regards,
Peter T
 

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