MSP 2000 - how to display current day when opening a project file?

D

davidd

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?
 
J

JulieS

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top