P
Peter
I have an application that people will use under 2003 and 2007
I had hoped to use something like
if Val(Applicaiton.version) >=12 then
options.contextualSpeller = true
end if
But if I run this under 2003 the following error occurs
Compile error: Method of data member now found
How can I take advantage of additional features in 2007 without breaking in
2003
Any assistance gratefully received,
PeterEvans
I had hoped to use something like
if Val(Applicaiton.version) >=12 then
options.contextualSpeller = true
end if
But if I run this under 2003 the following error occurs
Compile error: Method of data member now found
How can I take advantage of additional features in 2007 without breaking in
2003
Any assistance gratefully received,
PeterEvans