J
JSM
Hi,
Is there a way to identify the version of Word using conditional compilation
statements? I have a macro which requires a slight modification for Word
2003 using a command newly available in 2003 but the macro needs to be
compatible with earlier versions. I don't want to run two different versions
of this macro so I would prefer to use an #If statement which contains my
version checking and modifications in order to be able to compile the macro
on different versions of Word.
I know there is the VBA6 constant which helps determine whether I am using
Word 97 or other but there doesn't seem to be a way to determine whether I
am using 2000 or 2003 (for example) while still allowing me to compile.
Cheers,
John
Is there a way to identify the version of Word using conditional compilation
statements? I have a macro which requires a slight modification for Word
2003 using a command newly available in 2003 but the macro needs to be
compatible with earlier versions. I don't want to run two different versions
of this macro so I would prefer to use an #If statement which contains my
version checking and modifications in order to be able to compile the macro
on different versions of Word.
I know there is the VBA6 constant which helps determine whether I am using
Word 97 or other but there doesn't seem to be a way to determine whether I
am using 2000 or 2003 (for example) while still allowing me to compile.
Cheers,
John