I have a macro I run to format some documents. I'll run it on one or two documents just fine. Then in the middle of running on the next document, I get:
<pre>Run-time error '4605':
This method or property is not available because there is a memory or disk problem.</pre>
The line of code this happens at is totally random, so I don't think it is something in my code. It is almost like memory is being taken and not freed up.
Any ideas how to avoid this?
Troy



