Restores the last undone action on a Word Processing document.
// Redoes the last undone action on the document
DocRedo(WP_MyDocument)
Syntax
<Result> = DocRedo(<Document>)
<Result>: Boolean
- True if the last undone action has been restored,
- False otherwise.
<Document>: Control name or Document variable
Document to use. This document can correspond to: - a variable of type Document.
a Word Processing control.