Restart Execution

Microsoft VBA

Restart Execution

   

You can restart execution from break mode. Restarting returns the code to a newly initialized state, resetting all variables and removing any suspended procedures from memory.

To restart execution

  1. On the Run menu, click Reset <projectname>, or use the toolbar shortcut: .

  2. On the Run menu, click Run Sub/UserForm (F5), or use the toolbar shortcut: .