For some heretofore untold reason, I have JUST NOW figured out that going into the VBE Run menu, selecting “Break” is the same as setting Application.EnableEvents=False. (My wife has been making comments about all of the apostrophes I have been entering to stop the 200 or so lines of worksheet change and selection change events from occuring…please do not tell…she thinks I type 70 words per minute!).
Anyhow, in regards to adding the VBA code break syntax to a right click menu for my personal use, what would be the proper syntax/properties to use to temporarily “break” the code from executing? Is Application.EnableEvents=False the same as some “VBAProject.Code.Break=True???” syntax lurking somewhere that I have not found yet? I am somewhat leery of the EnableEvents method as I would suppose that it might not play well with any add-in code I have.