No spaces in the name. Doesn't work even when I try the following example on a different computer on a different database (where there's no conflict with FileName being also an column on a table). I get the same error:
Private Sub Command0_Enter()
Dim WordApp As Word.Application
Dim WordDoc...
I have tried many different ways to open an existing document via Access, for example...
Dim wordApp As Word.Application
Dim wordDoc As Word.Document
Set wordApp = CreateObject("Word.Application")
Set wordDoc = wordApp.Documents.Open(FileName:=docName)
...from...
I am working with a 1000 page document in Word 2002 running on a fast P4 using Office XP Home Edition and my machine will halt, no errors reported or recorded, just seizes-up, with a cold reboot my only option. The document does not have graphics. I did have spell-checking features turned on...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.