It's funny you answered today, because I actually just came up with a solution. I'm not sure if what you suggested, Tony, works. I think I tried something similar, and it was still giving me trouble (We have norton installed, I've read that could be the issue)
Anyways, what I've done is check...
I'm trying to automate word (from Access) using what I think is standard code.
Dim wordApp As Word.Application
Dim wordDoc As Word.Document
Set wordApp = New Word.Application
wordApp.Visible = False
Set wordDoc = wordApp.Documents.Add
wordApp.Visible...
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.