
Word communication failed since Win XP
I used to work with Win 98 and Office XP. Since im working
with Win XP i cant run my word.vba anymore
Example:
Set Wordobj = CreateObject("Word.Application")
Doc = c:\Test.doc
With Wordobj
.AddIns.Add FileName:="c:\Test.dot"
.Documents.Open Doc
End With
This is only a part of the whole thing, but by trieing to
run this i get the following error:
I try to translate from German: The Method "Add" for the
object "Addins" is failed.
Runtime Error: -2147417851
Even if i delete the addin procedure i get an error for
the open statement!!??!!
Has someone an idea - PLEASE ?
Thanks