Try using Late Binding instead of creating a reference to the Word Object.
so
VB Code:
Dim WordApp As New Word.Application
would become
VB Code:
Dim WordApp as Object WordApp = CreateObject("Word.Application")
|
Results 1 to 2 of 2
Thread: Writing to MS WordThreaded View
|
Click Here to Expand Forum to Full Width |