C
Chris
I have downloaded and trying out the word merge database from the mvp access
website on access 2000. I have converted the database to Access 2000 and I
am using word 2000 from office 2000. I have added the reference to Word 9 in
references.
I get an error at the following line of code
Public Sub AllFinished()
MsgBox "Done!"
AppActivate "Microsoft Word", 1 "error here is runtime 5: invalid
procedure call or argument"
Set objWord = Nothing
End Sub
anyone tell me what I have to fix to make this work the rest of the code
steps through ok.
Thnks
Chris
website on access 2000. I have converted the database to Access 2000 and I
am using word 2000 from office 2000. I have added the reference to Word 9 in
references.
I get an error at the following line of code
Public Sub AllFinished()
MsgBox "Done!"
AppActivate "Microsoft Word", 1 "error here is runtime 5: invalid
procedure call or argument"
Set objWord = Nothing
End Sub
anyone tell me what I have to fix to make this work the rest of the code
steps through ok.
Thnks
Chris