{ LINK
ClassName "FileName" [PlaceReference ] [Switches ] }
Links information you copied from another application to the original source file using OLE (OLE: A program-integration technology that you can use to share information between programs. All Office programs support OLE, so you can share information through linked and embedded objects.). Microsoft Word inserts this field when you copy information from another application and use the Paste Special command (Edit menu) to paste it into a Word document.
Security Because field codes can be visible to anyone reading your document, be sure that the information you place in field codes is not information that you want kept private.
Examples
The following example inserts a range of cells from a Microsoft Excel worksheet. The \a switch ensures that the information is updated in Word whenever the worksheet is changed in Microsoft Excel:
{ LINK Excel.Sheet.8 "C:\\My Documents\\Profits.xls" "Sheet1!R1C1:R4C4" \a \p }