Previous Document Next Document
Document.Repeat

Sub Repeat()

Member of Document

The Repeat method repeats the last operation performed in the active document.

The following code example repeats the last operation in the active document.

Sub OnRepeat() 
 ActiveDocument.Repeat 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.