Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides an entry point into the undo stack.
Version Information
Version Added: Word 2010
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