Previous Document Next Document
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 code example reverses the last undo operation in the active document.

Sub Reverse() 
 ActiveDocument.Redo 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.