TableApply Method

Applies a table to the active view.

Syntax

expression**.TableApply(Name)**

*expression   *     Optional. An expression that returns an Application object.

Name Required String. The name of the table to apply.

Example

The following example applies the Variance table to the active view.

Sub ApplyVarianceTable()
    TableApply "Variance"
End Sub

Applies to | Application Object

See Also | ColumnDelete Method | ColumnEdit Method | ResourceTableList Property | TableEdit Method | Tables Method | TaskTableList Property