|
-
Apr 25th, 2005, 10:20 AM
#1
Thread Starter
Member
Run-time error 430
Hi,
I know that this has been posted before, but nothing has helped me to resolve the problem.
I have an application written in VB6 that connects to an Access database. No problems there. I am able to add/amend and delete data through the application. I can also run any of the reports that I have created.
When I try to open a mail merge Word document I get the '430' error. (Class does not support etc)
I have never come across this before so am pretty stuck.
I have checked that the client machine has the correct version of MDAC and that we are using the same version of Office (2000).
Both machines are running XP but mine, the development one, has SP2 installed where as the client has SP1. Would this cause an issue?
As far as I can tell the application fails on this line of code:
myWordApp.Documents.Open Trim(OpenFile.lpstrFile)
Can anyone help?
Many thanks
Mark
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
|