Application.TableApply method (Project)

Applies a table to the active view.

Syntax

expression. TableApply( _Name_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Name Optional String The name of the table to apply.

Return value

Boolean

Example

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

Sub ApplyVarianceTable() 
 TableApply "Variance" 
End Sub

Support and feedback

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.