TextFrame.ValidLinkTarget Method
Office 2007
| Publisher Developer Reference |
Syntax
expression.ValidLinkTarget(LinkTarget)
expression A variable that represents a TextFrame object.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| LinkTarget | Required | Shape | The shape with the target text frame to which you want to link the text frame returned by expression. |
Return Value
Boolean
Example
This example checks to see whether the text frames for the first and second shapes on the first page of the active publication can be linked to one another. If so, the example links the two text frames.
| Visual Basic for Applications |
|---|
|
See Also