Previous Document Next Document

Object Model Reference : Classes : D : Document : Methods : Document.Redo


Document.Redo

Sub Redo([Levels As Long])

Description

Member of Document

The Redo method reverses the last undo operation performed in the active document.

VBA example

The following VBA example reverses the last undo operation in the active document.

Sub Reverse()
 ActiveDocument.Redo
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.