Quote Originally Posted by ajjava View Post
So, I'm trying to step through, line by line, to identify the issue (I did post this same script here yesterday, but with no luck...so I'm trying to troubleshoot on my own).

For some reason, when the script gets to this line...
[B]
PPApp.ActiveWindow.View.Paste

...the stepping stops and the code just runs all the way through (albeit incorrectly). I've never experienced that before with stepping.

Why is it doing that? Any assistance at all on this would be SOOO appreciated.
I don't know why it's doing that but it happens to me from time to time. You can either add a breakpoint or two (F9 in the vbe when the cursor is on the line you want it to stop before) or you could add a temporary Stop line.