No, I used Word 2003's (version 11.0). Well, apparently I found a case that
it's not forward compatible.
How do you solve this? Can 9.0 and 11.0 be loaded on the same machine? Do I
have to have two exe's, each checking Word versions before running some
code?
Also, thank you very much for verifying this.
Hi Brandon
> No, I used Word 2003's (version 11.0). Well, apparently I found a case that
> it's not forward compatible.
No, that's backward compatibility you're talking about: the newer versions'
*.olb won't be accepted by earlier versions.
> How do you solve this? Can 9.0 and 11.0 be loaded on the same machine? Do I
> have to have two exe's, each checking Word versions before running some
> code?
That's what Microsoft recommends, just because there are so many different
permuttaions that could cause problems. Especially switching between 2000 and
other version, BTW. 2000 has some weird stuff going on, internally. I did a
project - with a VBA template - where I ended up having to go through all
kinds of hoops (graphics stuff) with things that *ought* to have been the
same across all three versions. And finally ended up with separate template
for the 2000 version.
To answer your question, yes, you can install more than one version on a
machine, then reference the 9.0 version *olb in your project. But I don't
recommend it if you have an alternative. I discovered VMWare a few years ago,
and have never looked back. Or, there's virtual PC which does the same thing:
allows you to set up separate instances of Windows on the same machine,
without needing boot partitions or separate drives or some such.
> Also, thank you very much for verifying this.
Well, it's still not certain we've found the problem. But at least it's a
starting point :-)
-- Cindy
> > Hi Brandon
> >
[quoted text clipped - 65 lines]
> overlooking
> > > > > something?