Object Model Reference : Classes : D : Document : Methods : Document.Repeat |
Sub Repeat()
Member of Document
The Repeat method repeats the last operation performed in the active document.
The following VBA example repeats the last operation in the active document.
Sub OnRepeat() |
ActiveDocument.Repeat |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.