Re: Word 97 and Word 2003
- From: "MikeD" <nobody@xxxxxxxxxxx>
- Date: Wed, 5 Jul 2006 18:55:28 -0400
"Ralph" <nt_consulting64@xxxxxxxxx> wrote in message news:AZudnfHdsYuqezbZnZ2dnUVZ_t2dnZ2d@xxxxxxxxxxxxxxx
You say you are using Early and Late binding, but if your project contains
ANY reference to an office library, your are using early binding.
Not necessarily. Binding is determined by the declaration of the object variable. So, even though you may have a reference to the Word object library, if you declare the object variable 'Dim oWordApp As Object', you're using late-binding.
Your choices are 1) convert the current application to use Late binding
through-out and make no reference to a specific library/product, or 2)
convert your application (supply an new version) that accesses the Version
11 library.
Since this is an enterprise migration I would probably chose the latter.
Personally, I've never encountered a problem when early-binding to an earlier version of Office and that app running on a PC with a later version of Office. Maybe I've just been lucky.
--
Mike
Microsoft MVP Visual Basic
.
- Follow-Ups:
- Re: Word 97 and Word 2003
- From: Ralph
- Re: Word 97 and Word 2003
- References:
- Word 97 and Word 2003
- From: Martin Walke
- Re: Word 97 and Word 2003
- From: Ralph
- Word 97 and Word 2003
- Prev by Date: Re: User-Define Type: object needed error??
- Next by Date: Re: Issues running a program from the shell?
- Previous by thread: Re: Word 97 and Word 2003
- Next by thread: Re: Word 97 and Word 2003
- Index(es):