Application.UndoLevels Property
Project Developer Reference |
Gets or sets the number of undo levels. The default is 20. Read/write Long.
Syntax
expression.UndoLevels
expression A variable that represents an Application object.
Return Value
Long
Remarks
The minimum is 1 (no multilevel undo) and the maximum is 99.
See Also