AutoTextEntries.AppendToSpike Method

Deletes the specified range and adds the contents of the range to the Spike (a built-in AutoText entry).

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Function AppendToSpike ( _
    Range As Range _
) As AutoTextEntry
'Usage
Dim instance As AutoTextEntries
Dim Range As Range
Dim returnValue As AutoTextEntry

returnValue = instance.AppendToSpike(Range)
AutoTextEntry AppendToSpike(
    Range Range
)

Parameters

Return Value

Type: Microsoft.Office.Interop.Word.AutoTextEntry

Remarks

The AppendToSpike method is only valid for the AutoTextEntries collection in the Normal template.

See Also

Reference

AutoTextEntries Interface

AutoTextEntries Members

Microsoft.Office.Interop.Word Namespace