Previous Document Next Document

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


Document.Repeat

Sub Repeat()

Description

Member of Document

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

VBA example

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

Sub OnRepeat()
 ActiveDocument.Repeat
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.