M
mike
I am maintaining a program that does a fair amount of Range.Text assigments
in newly created Word Tables and am I trying to speed things up if at all
possible.
I added a Progress bar and it really highlights that -as the table gets
larger, things get quite a bit slower.
My first attempt was to create the table at the full size, for instance
create the table at 250 rows and then loop from the begining, setting each
of the cells' Text. That was actually a bit slower than the add-a-row and
fill-the-cells while in a loop approach.
I have tried Clearing the Undo but it doesn't seem to help much.
Was wondering if there were any way to keep things speedy as the latter part
of the table get filled?
Thanks,
- Mike
in newly created Word Tables and am I trying to speed things up if at all
possible.
I added a Progress bar and it really highlights that -as the table gets
larger, things get quite a bit slower.
My first attempt was to create the table at the full size, for instance
create the table at 250 rows and then loop from the begining, setting each
of the cells' Text. That was actually a bit slower than the add-a-row and
fill-the-cells while in a loop approach.
I have tried Clearing the Undo but it doesn't seem to help much.
Was wondering if there were any way to keep things speedy as the latter part
of the table get filled?
Thanks,
- Mike