I have some code that develops tables in excel and then pastes them into a
Word document. There may be as many as 150 tables, all identical but for the
data values.
After pasting them into Word, I execute a Word macro that loops through the
tables in the document and for each of those I have just pasted in, executes
numerous formatting commands. As each subsequent table is processed, the
code gets slower and slower.
Why is this and is there anything I can do? I have turned off screen
updating, but to no avail.