From: davidd on
When I open my project files the date displayed on the Gantt chart is months
in the past. I've been using shift-ctrl-F5 to jump to the current day of a
task but I would prefer if the Gantt chart opened displaying the current
day... Is this possible?


From: JulieS on
Hello Davidd,

You can place the following lines of code in a Visual Basic for
Applications (VBA) module in the file:

Private Sub Project_Open(ByVal pj As Project)
EditGoTo Date:=Now()
End Sub

I hope this helps. Let us know how you get along.

Julie
Project MVP

Visit http://project.mvps.org/ for the FAQs and additional information
about Microsoft Project

"davidd" <davidd(a)discussions.microsoft.com> wrote in message
news:92ECD036-64C7-4D48-806D-DA62599F35B6(a)microsoft.com...
> When I open my project files the date displayed on the Gantt chart
> is months
> in the past. I've been using shift-ctrl-F5 to jump to the current
> day of a
> task but I would prefer if the Gantt chart opened displaying the
> current
> day... Is this possible?
>
>