Application.CloseUndoTransaction Method
Project Developer Reference |
Closes an undo set for a series of operations previously created by OpenUndoTransaction method.
Syntax
expression.CloseUndoTransaction
expression A variable that represents an Application object.
Remarks
See "Creating an Undo Transaction Set" in Multiple Undo/Redo Actions.
See Also