Steve
Thu Nov 06 10:15:48 CST 2003
Hi Jonathan,
I'm curious what you had to change.
FWIW - in my case, moving from 2000 to XP I noticed a distinct difference in
behavior in how the insertion point interpreted the character style. In
Word2K, if the IP was placed between two different named character styles,
querying Selection.Style property would result in the style of the character
to the right of the IP. However in WordXP, Selection.Style gives the style
of the character to the left of the IP.
I don't know if this is global or just in our Office environment, but since
my code works a lot with styles, that subtle difference had a profound
impact in my code.
Steve Lang
"Jonathan West" <jwest@mvps.org> wrote in message
news:%23SxVXHGpDHA.2848@TK2MSFTNGP10.phx.gbl...
>
> "Gonzo" <Gonzo@hotmail.com> wrote in message
> news:ultwiaFpDHA.1948@TK2MSFTNGP12.phx.gbl...
> > What happens to VBA in the latest version of Office? Is it
> > supported/backward compatable?
> >
>
> Yes, it is. There are probably some changes in behaviour in some areas,
but
> generally, code designed for Word 2K or Word 2002 works on Word 2003. You
> should do a detailed test though in case you hit a problem area.
>
> I recently did that with an application consisting of several thousand
lines
> of VBA code designed under Word 2000. It required 3 lines to be changed
for
> Word 2002, and nothing more at all for Word 2003. I was impressed.
>
> I can't speak about the other Office applications, so your mileage may
vary.
> Test everything thoroughly.
>
> --
> Regards
> Jonathan West - Word MVP
>
http://www.multilinker.com
> Please reply to the newsgroup
>