D
David Rigler
Hi
anybody know how to get a conditional compilation based on the version
of word ?? This bit of code doesnt work but illustrates what i need
#if Val(Application.Version) > 8 Then ' 8 = Word97, 9 = Word2000
blahblah
#endif
Actually what i need is way of telling whether the Assistant(clippy) is
loaded that works in both Word97 and Word2000, unfortunately the
assistant appears to behaves slightly differently in each so i need
different code.
thanks
Dave
anybody know how to get a conditional compilation based on the version
of word ?? This bit of code doesnt work but illustrates what i need
#if Val(Application.Version) > 8 Then ' 8 = Word97, 9 = Word2000
blahblah
#endif
Actually what i need is way of telling whether the Assistant(clippy) is
loaded that works in both Word97 and Word2000, unfortunately the
assistant appears to behaves slightly differently in each so i need
different code.
thanks
Dave