Re: OfficeXP/2003 to Office2K compatibility
From: Jonathan West (jwest_at_mvps.org)
Date: 05/09/04
- Next message: zSplash: "Re: individual subs from within VBA"
- Previous message: Jonathan West: "Re: Pausing a macro"
- In reply to: Oren: "OfficeXP/2003 to Office2K compatibility"
- Next in thread: Ed: "Re: OfficeXP/2003 to Office2K compatibility"
- Reply: Ed: "Re: OfficeXP/2003 to Office2K compatibility"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 9 May 2004 19:29:49 +0100
"Oren" <someone@dont.reply> wrote in message
news:uZD$p%23ZNEHA.3124@TK2MSFTNGP12.phx.gbl...
> Hi All,
> I have a VB6 application where I use late binding on a word object.
> I need to know whether I'm gonna run into any compatibility problems when
> using the application on a computer running Office2K. I can't do the
obvious
> (which is to install the app on a machine running Office2K) because I
don't
> have this version :-)
> Are there any main issues I should address and if not where can I find a
> reference to compare the object models of the different versions?
> Thanx
> Oren.
The key issue is whether you are making use of any objects and properties
that are new to Word 2002. There really isn't a way to be sure without
testing. But you can check the Word VBA Help file, the section "What's new
in Word 2002" and see whether it lists any features you are using in your
code.
-- Regards Jonathan West - Word MVP http://www.multilinker.com Please reply to the newsgroup
- Next message: zSplash: "Re: individual subs from within VBA"
- Previous message: Jonathan West: "Re: Pausing a macro"
- In reply to: Oren: "OfficeXP/2003 to Office2K compatibility"
- Next in thread: Ed: "Re: OfficeXP/2003 to Office2K compatibility"
- Reply: Ed: "Re: OfficeXP/2003 to Office2K compatibility"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|