Many a times, during program developments, we introduce a MsgBox to check the intermediate values. Inadvertently, I introduced a MsgBox statement in a large loop and got stuck up while executing a vba macro in excel. As I understand, I have one option the terminate program, where I loose all the codes I had written since last save. Is there an option to exit the program execution neatly so that I can save the unsaved work?
^C works for non-responsive programs but not for MsgBox.
Any help?
Regards,
Pravin Kumar.