Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 803 Bytes

Access.DoCmd.SingleStep.md

File metadata and controls

33 lines (19 loc) · 803 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
DoCmd.SingleStep method (Access)
vbaac10.chm5766
vbaac10.chm5766
Access.DoCmd.SingleStep
fa355661-9605-9477-15f6-10f0a163ba67
03/07/2019
medium

DoCmd.SingleStep method (Access)

Pauses macro execution and opens the Macro Single Step dialog box.

Syntax

expression.SingleStep

expression A variable that represents a DoCmd object.

Remarks

The SingleStep method will not stop the execution of or assist in debugging Visual Basic for Applications (VBA) code. Use the Stop statement to pause execution of VBA code.

[!includeSupport and feedback]