- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a rule that process several things on each sheet of a drawing set. Every operation is really fast, except the one that toggles the visibility of a bunch of Parts List rows. Iterating through the rows themselves is very fast (if I take out the line that toggles visibility), but the visibility toggle is very slow.
For just one Parts List, with 45 rows, it's almost instantaneous if I comment out the visibility line (it maybe takes half a second). But when I turn it back on, it takes about 5 seconds. So about 10X longer.
Sometimes turning off ThisAplication.ScreenUpdatiing makes things like this faster, but it didn't help in this case. I also tried turning on Defer Updates, and that definitely helped, but it seems to slow the rule down in general when the Parts lists don't need any row visibilities toggled.
Any suggestions on how to speed this up?
Solved! Go to Solution.