Change Highlighting, Can you turn it off in VBA

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.
 
D

ddegard

We tried this and it only affects if the highlighting is actuall
shown.

Performance still suffers....it is obvious that the program is doin
background checks to see what changed so that it knows whether t
highlight or not.

Is there a way to keep 2007 from doing the check that would make i
highlight
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top