Recording Property (IMacro)
In This Topic
Gets a value indicating whether the macro recorder is currently recording.
Syntax
'Declaration
ReadOnly Property Recording As Boolean
'Usage
Dim instance As IMacro
Dim value As Boolean
value = instance.Recording
See Also