Re: VBA/VB6 Collection Type Mismatch



"Jake Stevenson" <jakestevenson@xxxxxxxxx> wrote in message
news:1116250691.699075.316940@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> I build the VB6 application referencing "Microsoft Word 8.0 Object
> Library" to try and ensure maximum compatibility. We only claim to
> support Word2000 or better.

If you built the exe/dll using the Office 97 libraries, then the code should
run, subject to odd bugs in Office, using later versions of Office.

If you built yje code with Office 97, then you need to test with all later
versions of Office.

There's always the chance thgat your custome rhas some app installed that
interferes.
No way to tell without running in the same environment.

> My guess is that the client managed to "build their own" Word
> installation using their own imaging/SMS software or something similar,
> and upgraded from Office97 to 2000. I'd bet they missed something in
> the upgrade there. Luckily, its only one of their machines (out of a
> dozen or so) which has a problem. We may be able to convince them to
> re-install Office from scratch.

I would not ask them to re-install Office.
Instead, write a simple example that tests the collection object in Word 97.
See if that works.


.



Relevant Pages