Is there a speed issue that anyone has run into with vba code that performs as expected when debugging but doesn't when ran normally. For word, I created code to create/format three text columns and manipulate a paragraph's before and after spacing as the document is populated with text. It appears that after sometime trying to debug why I wasn't see the formatting exactly as I expected it seems that when I'm stepping through the code line by line under debug mode it does what I want but when ran normally it doesn't. The only difference that I can think of is the speed with which the code executes under each scenario. Any ideas.
Iris
Iris