Previous Document Next Document
Shape.Cut

Sub Cut()

Member of Shape

The Cut method copies an object to the Clipboard and then deletes the object from the document.

The following code example cuts the active shape:

Sub Test() 
 ActiveShape.Cut 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.