L Landis Apr 27, 2009 #1 What is the cause of "this action will reset your project" message, while working in debug mode in Excel VBA?
What is the cause of "this action will reset your project" message, while working in debug mode in Excel VBA?
P Peter T Apr 27, 2009 #2 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
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