Application.UndoRecord Property (Word)
Returns an UndoRecord object that provides a custom entry point into the undo stack. Read-only.
Version Information
Version Added: Word 2010
Syntax
expression .UndoRecord
expression A variable that represents an Application object.
Remarks
Use the UndoRecord object to create and modify custom undo records in the Word 2010 undo stack.
Example
The following code example instantiates an UndoRecord object.
Dim objUndo As UndoRecord
Set objUndo = Application.UndoRecord