D
ddegard
Is there a way to turn off change highlighting via VBA. Routines that
run in 3 or less minutes on MSP 2003, now take 20 + minutes in MSP
2007.
Calculations are turned off until the routine is complete, so it is not
the calculations. We noticed that just to change a constraint date takes
longer because ther is something going on in the background to change
the highlighting. Even if we turn it off via the View bar, when a module
runs it takes a long time to set dates and make changes.
From help:
Project Developer Reference
Application.ToggleChangeHighlighting Method
Toggles calculation Change Highlighting on or off. Returns True if
successful. Write only.
Syntax
expression.ToggleChangeHighlighting
expression A variable that represents an Application object.
Return Value
Boolean
Remarks
See also EnableChangeHighlighting.
run in 3 or less minutes on MSP 2003, now take 20 + minutes in MSP
2007.
Calculations are turned off until the routine is complete, so it is not
the calculations. We noticed that just to change a constraint date takes
longer because ther is something going on in the background to change
the highlighting. Even if we turn it off via the View bar, when a module
runs it takes a long time to set dates and make changes.
From help:
Project Developer Reference
Application.ToggleChangeHighlighting Method
Toggles calculation Change Highlighting on or off. Returns True if
successful. Write only.
Syntax
expression.ToggleChangeHighlighting
expression A variable that represents an Application object.
Return Value
Boolean
Remarks
See also EnableChangeHighlighting.