M
Mike Faulkner
Hello
Word: XP (Rollout of 2003 soon)
OS: Windows XP
I want to set a documents Tools|Options|Compatibility to what ever version
of Word a user is running.
Example:
if Application.version = "10.0" then
activedocument.compatibility = 2002
elseif Application.version = "11.0"
activedocument.compatibility = 2003
elseif Application.version = "12.0"
activedocument.compatibility = 2007
end if
Word's Recorder produces many lines for each version. I just want to
simplify the process. Any assistance would be greatly appreciated.
Regards
Mike
Word: XP (Rollout of 2003 soon)
OS: Windows XP
I want to set a documents Tools|Options|Compatibility to what ever version
of Word a user is running.
Example:
if Application.version = "10.0" then
activedocument.compatibility = 2002
elseif Application.version = "11.0"
activedocument.compatibility = 2003
elseif Application.version = "12.0"
activedocument.compatibility = 2007
end if
Word's Recorder produces many lines for each version. I just want to
simplify the process. Any assistance would be greatly appreciated.
Regards
Mike