PRJ: Current Date Gridline Not Redrawn Using CurrentDate Prop

ID: Q123488

The information in this article applies to:

SYMPTOMS

In Microsoft Project, the Current Date gridline does not get redrawn when you use the CurrentDate property in Microsoft Visual Basic, Applications Edition.

WORKAROUND

To set the Current Date and redraw the Current Date gridline to the new date, use either of the following workarounds.

Method 1:   Use the ProjectSummaryInfo method instead of the CurrentDate
            method.

Method 2:   Reapply the Gantt Chart view, as in the following example:

               ProjectSummaryInfo CurrentDate:="1/1/95"

MORE INFORMATION

When you use the CurrentDate property to set the Current Date, the Current Date in the File Summary Info box is set to the correct date, but the Current Date gridline is still drawn at the previous date.

Additional query words: 4.00

Keywords          : kbcode kbprg
Version           : 4.0
Platform          : MACINTOSH WINDOWS
Issue type        : kbprb

Last Reviewed: November 25, 1997