Hi,
First check your project's start date. If it's early, then setting it to the
date of the first task to start may fix it.
You can also have a Project_Open macro that jumps to today's date or the
date of the project start.
In Project:
Alt+F11 to display the visual basic environment
Ctrl+R to display the project
Double-click ThisProject
Enter the following code to jump to the project start date
Private Sub Project_Open(ByVal pj As Project)
Application.EditGoTo Date:=Date
End Sub
Enter the following code to jump to the project's start date.
Private Sub Project_Open(ByVal pj As Project)
Application.EditGoTo Date:=ActiveProject.ProjectStart
End Sub
--
For VBA posts, please use the public.project.developer group.
For any version of Project use public.project
For any version of Project Server use public. project.server
Rod Gill
Project MVP
For Microsoft Project companion projects, best practices and Project VBA
development services
visit
www.projectlearning.com/