Hey everyone, I'm new here.

I have a problem I hope you can assist me with.

In the following code...

Dim wordApp As Word.Application
Set wordApp = New Word.Application

wordApp.Documents.Open ("blah")
.
.
.
Word blows up every time I run this code *unless* I set a breakpoint on the .Open line and step/run from there. Any suggestions? Could this be related to the size of the word document (38 pages, ~1000 bookmarks)?. One thing I have tried is setting the "OpenAndRepair" option to false, to no avail. Thanks in advance.

-Zach