Everything You Need to Know About Break Mode in VBA
Modes in VBA VBA operates in 3 modes: Run mode: The execution of code. Break mode: A halt in the execution especially for debugging purposes. Design mode: The state of the VBA Editor in which code is typed. The meaning of “Runtime” or “Run mode”