S
SpaceCamel
While it is best the use background processing using the task object, some
functions only work on the visual row. But when using SelectRow you get the
problem of collapsed summaries throwing off the task number. To get around
that you can use OutlineShowAllTasks. But I would like to restore the
original view with collapsed summaries after processing.
I tried but the original view is not restoring. It remains expanded. And I
have tried creating a new view with ViewEditSingle. What am I doing wrong?
I am saveing the current view with:
currView = myProj.CurrentView
then restore with:
myProj.Views(currView).Apply
functions only work on the visual row. But when using SelectRow you get the
problem of collapsed summaries throwing off the task number. To get around
that you can use OutlineShowAllTasks. But I would like to restore the
original view with collapsed summaries after processing.
I tried but the original view is not restoring. It remains expanded. And I
have tried creating a new view with ViewEditSingle. What am I doing wrong?
I am saveing the current view with:
currView = myProj.CurrentView
then restore with:
myProj.Views(currView).Apply