Application.GanttBarStyleSlippage method (Project)

Shows or hides slippage for the specified baseline on Gantt bars of the active view.

Syntax

expression. GanttBarStyleSlippage( _Baseline_, _Show_ )

expression An expression that returns an Application object.

Parameters

Name Required/Optional Data type Description
Baseline Required Integer Specifies the baseline number. Valid values are 0 through 10.
Show Required Boolean If True, show the baseline slippage. If False, hide the baseline slippage.

Return value

Boolean

Remarks

On the Ribbon, the GanttBarStyleSlippage method corresponds to the Slippage drop-down list in the Bar Styles group on the Format tab for Gantt Chart Tools.

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.