Application.TimescaleStart property (Project)
Gets the date that the timescale in the current view starts. Read-only Variant.
Syntax
expression. TimescaleStart
expression An expression that returns an Application object.
Remarks
Project adjusts the start of the timescale to the beginning of a time period. To change the timescale duration, use any of the following methods: ZoomTimescale, ZoomOut, ZoomIn, or Zoom.
Example
If the Gantt chart timescale starts on May 3, 2012, the following statement shows 5/3/2012 in the Immediate pane of the VBE.
Debug.Print TimescaleStart
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.