API Documentation > CorelDRAW > 2025-v26 > Document > IVGDocument
Document.Repeat method
Repeats the last operation
Syntax:
Sub Repeat()
Remarks:
The Repeat method repeats the last operation performed in the active document.
Examples:
The following VBA example repeats the last operation in the active document.
Sub OnRepeat()
ActiveDocument.Repeat 
End Sub