M
Mike Faulkner
Hello
OS: Windows XP
App:Word XP
Can I mark a section of VBA that will not be compiled?
Why? I want to include Word 2003 Compatibility Options in a Word 2002 Tool.
[Application.Version] will determine what code is run. Ideally
if Application.Version = 11 then
Compatilitity = 2002
ElseIf Application.Version = 12
Compatilitity = 2003
etc.
Any assistance will be greatly appreciated.
Regards
Mike
OS: Windows XP
App:Word XP
Can I mark a section of VBA that will not be compiled?
Why? I want to include Word 2003 Compatibility Options in a Word 2002 Tool.
[Application.Version] will determine what code is run. Ideally
if Application.Version = 11 then
Compatilitity = 2002
ElseIf Application.Version = 12
Compatilitity = 2003
etc.
Any assistance will be greatly appreciated.
Regards
Mike