I have automated the production of a word form and it works on my laptop but not on another workstation. where it comes up with "Active X can't create object"
i have referanced word, and used the code below.
Set WordObj = GetObject(, "Word.Application")
WordObj.Visible = True...