Prev: quicker more efficient formatting macro needed
Next: Alphabetize Enterprise Templates on MSP 2003
From: kev on 11 Mar 2010 16:55 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?
From: Andrew Lavinsky on 11 Mar 2010 17:08 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 > 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? >
From: Rod Gill on 11 Mar 2010 18:09 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" <kev(a)discussions.microsoft.com> wrote in message news:C6E9DAF0-F6AB-466F-AA3F-99A5295AFED9(a)microsoft.com... > 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
|
Pages: 1 Prev: quicker more efficient formatting macro needed Next: Alphabetize Enterprise Templates on MSP 2003 |