This topic has not yet been rated - Rate this topic

UndoRecord Object (Word)

Provides an entry point into the undo stack.

Version Added: Word 2010

Use the UndoRecord object to create and modify custom undo records in the Word 2010 undo stack.

The following code example instantiates an UndoRecord object.

Dim objUndo As UndoRecord 
Set objUndo = Application.UndoRecord
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.