Application.TableApply method (Project)
Applies a table to the active view.
expression. TableApply
( _Name_
)
expression A variable that represents an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Name | Optional | String | The name of the table to apply. |
Boolean
The following example applies the Variance table to the active view.
Sub ApplyVarianceTable()
TableApply "Variance"
End Sub
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.