Set MS Project so it opens on last date saved

K

kev

I have been woking on the same project file (in MS Project 2002) for a few
years. When I save the file & open it again it opens in May of 2008 even
though I have the Project start date set at 1/1/10 & no tasks start earlier
than 1/1/10. How can I set it to open on the date I closed it last, like
March 2010?
 
A

Andrew Lavinsky

You might be able to do something with a simple macro that runs the F5 command
then goes to the Status Date on pressing a button. Of course, you could
also just open the file and hit F5 then go to whatever date you'd like.


- Andrew Lavinsky
Blog: http://blogs.catapultsystems.com/epm
 
R

Rod Gill

Straight from my book:

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

Paste this into the ThisProject file in your Global.mpt folder and all
projects will go to today's date.

--

Rod Gill
Microsoft MVP for Project - http://www.project-systems.co.nz

Author of the only book on Project VBA, see: http://www.projectvbabook.com




kev said:
I have been woking on the same project file (in MS Project 2002) for a few
years. When I save the file & open it again it opens in May of 2008 even
though I have the Project start date set at 1/1/10 & no tasks start
earlier
than 1/1/10. How can I set it to open on the date I closed it last, like
March 2010?

__________ Information from ESET Smart Security, version of virus
signature database 4937 (20100311) __________

The message was checked by ESET Smart Security.

http://www.eset.com

__________ Information from ESET Smart Security, version of virus signature database 4937 (20100311) __________

The message was checked by ESET Smart Security.

http://www.eset.com
 

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