A
Andy Lenik
Project 2000 VBA
As part of a procedure I have, if there are any delayed tasks I filter
the view by delayed tasks and zoom the gantt to the 'entire
project'...
FilterApply Name:="DELAY"
ZoomTimescale Entire:=True
.... before taking a snapshot of that view. When the procedure is over
the user will be looking at the unfiltered task list again, but the
zoom will have changed.
How do I 'remember' what the view was looking at and set it back to
it?
Thanks in advance, Andy.
As part of a procedure I have, if there are any delayed tasks I filter
the view by delayed tasks and zoom the gantt to the 'entire
project'...
FilterApply Name:="DELAY"
ZoomTimescale Entire:=True
.... before taking a snapshot of that view. When the procedure is over
the user will be looking at the unfiltered task list again, but the
zoom will have changed.
How do I 'remember' what the view was looking at and set it back to
it?
Thanks in advance, Andy.