|
-
Feb 12th, 2000, 11:01 AM
#1
Thread Starter
Junior Member
I try to open a word document to make changes but it gives error message:
Run-time error '429'
ActiveX component can't create object
my test code is as following:
Option Explicit
Dim AppWord As Word.Application
Dim AppDoc As Word.Document
Private Sub Form_Load()
Set AppWord = New Word.Application
Set AppDoc = AppWord.Documents.Add(App.Path & "test.doc")
Print AppWord.Name
End Sub
any idea? thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|