Share via


Application.GotoTaskDates Method

Project Developer Reference

Scrolls the Gantt Chart, Resource Usage, or Task Usage view to display the starting date of the active task, or scrolls the Calendar to view the month containing the starting date of the active task.

Syntax

expression.GotoTaskDates

expression   A variable that represents an Application object.

Return Value
Boolean

Remarks

When you record a macro and click the Scroll to Task toolbar button or use the Ctrl+Shift+F5 shortcut, the macro records the GotoTaskDates method.

See Also