Object Model Reference : Classes : D : Document : Methods : Document.Redo |
Sub Redo([Levels As Long])
Member of Document
The Redo method reverses the last undo operation performed in the active document.
The following VBA example reverses the last undo operation in the active document.
Sub Reverse() |
ActiveDocument.Redo |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.