R
RAHokie
I too have encountered this problem.
I attempted to use the suggestion but when I enter the code:
Dim oApp As Object
Set oApp = CreateObject("Word.Application")
oApp.Visible = True
oApp.Document.Open "C:\Documents and Settings\u8ra10\My
Documents\AltCreditPendDoc.doc"
I get this error message: "Object doesn't support this property or method"
How can I fix this?
I attempted to use the suggestion but when I enter the code:
Dim oApp As Object
Set oApp = CreateObject("Word.Application")
oApp.Visible = True
oApp.Document.Open "C:\Documents and Settings\u8ra10\My
Documents\AltCreditPendDoc.doc"
I get this error message: "Object doesn't support this property or method"
How can I fix this?