Field.Cut Method
Word Developer Reference |
Removes the specified field from the document and places it on the Clipboard.
Syntax
expression.Cut
expression Required. A variable that represents a Field object.
Example
This example deletes the first field in the active document and pastes the field at the insertion point.
Visual Basic for Applications |
---|
|
This example deletes the first word in the first paragraph and pastes the word at the end of the paragraph.
Visual Basic for Applications |
---|
|
This example deletes the contents of the selection and pastes them into a new document.
Visual Basic for Applications |
---|
|
See Also