Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.08 KB

restart-execution.md

File metadata and controls

27 lines (17 loc) · 1.08 KB
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Restart execution (VBA)
vbhw6.chm1009003
vbhw6.chm1009003
ab681d1b-db56-e360-7fb8-1fa66e3c5842
12/27/2018
medium

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, choose Reset <projectname>, or use the toolbar shortcut: image of toolbar button to reset.

  2. On the Run menu, choose Run Sub/UserForm (F5), or use the toolbar shortcut: image of toolbar button to start.

See also

[!includeSupport and feedback]