Re: Publish project plan that opens with today as start date

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hello Fredbarr,

I'm not sure whether you want to scroll the Gantt chart to today's date
or whether you are looking for a filtered list but a couple of options:

To scroll the Gantt chart to today:

You could place the following line of code into the Open event for the
project:

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

Bear in mind that all users with Project 2003 would need to alter the
default Macro Security setting to allow macros to run.

A non-code, but more manual is to have the users press F5 when opening
the project and typing "today" (no quotes) in the date field area on the
Go To dialog box. That will scroll the Gantt chart timeline

If you want to present the file with only task currently being worked
on, you could use the the "Date Range" filter as part of a view. The
date range filter will prompt users to enter in dates to show tasks
which fall between the user entered dates. Then it is merely an issue of
selecting the view or saving the project file with that view active.

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


"fredbarr" <fredbarr@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:4861A412-A5DD-48F6-A712-C13B24326C69@xxxxxxxxxxxxxxxx
I have a well defined schedule that defines a repeated process.

It takes 90 days to complete the process.

I'd like someone to be able to open the plan and automatically view
the
scheduled tasks starting the day they open it.

Anyone know how to do that?


.



Relevant Pages

  • Re: task usage report presentation
    ... You asked for the Date Range filter which by default is ... Note that tasks that start before end April May not finish until May or after, so the filter above will display what you report. ... Even for using the Gantt Chart and table to show and print, I would use the filter method. ...
    (microsoft.public.project)
  • Re: ANOTHER RUBBISH FROM MICROSOFT -> MS PROJECT 2003 PRO
    ... > task 53-91 on gantt chart and so on thru all other files. ... my wheel mouse has an adjustable scroll rate. ... > It took 2 min at very fast Internet connection to contact Microsoft ... old-fashioned paper manuals were back in the 80's which were largely lists ...
    (microsoft.public.project)
  • Re: ANOTHER RUBBISH FROM MICROSOFT -> MS PROJECT 2003 PRO
    ... square with one-way synopsis beteen gantt chart and ... >> All MS OFFICE programs has a very bad scroll behaviour. ... >> step ebooks by own MICROSOFT Press. ... > old-fashioned paper manuals were back in the 80's which were largely lists ...
    (microsoft.public.project)
  • Re: ANOTHER RUBBISH FROM MICROSOFT -> MS PROJECT 2003 PRO
    ... > no highlighted bookmarks on gantt chart - compare to MS EXCEL or> PRIMAVERA. ... >>> All MS OFFICE programs has a very bad scroll behaviour. ... >>> It's a cheat and great scandal that MICROSOFT sells expensive step by>>> step ebooks by own MICROSOFT Press. ... >> old-fashioned paper manuals were back in the 80's which were largely lists>> of what button to push. ...
    (microsoft.public.project)
  • RE: method select of object range failed
    ... an applied data filter the program crashes. ... Sub Test() ... I am writing code that creates a user form used to scroll through a filtered ...
    (microsoft.public.excel.programming)