A
acherony
Hi,
i made templates that use Formating Protection
Word 2003:
ActiveDocument.Protect PASSWORD:="1234", NoReset:=False, Type:= _
wdNoProtection, EnforceStyleLock:=True
and if I start this Templates under Word 2002 I received compiler error, while
ActiveDocument.Protect PASSWORD:="1234", NoReset:=False, Type:= _
wdNoProtection, EnforceStyleLock:=True
don´t support EnforceStyleLock:=True and I need this option to protect
styles formatting.
MY Question:
This Templates is for company where Word 2002/2003 will be used.
Can I use or set code that will use Funtion from Word 2003 while user is
running
Word 2002.
Or
How can I resolve this problem diferent way(Please, consider that I have to
use Format style Protection)
Thanks
i made templates that use Formating Protection
Word 2003:
ActiveDocument.Protect PASSWORD:="1234", NoReset:=False, Type:= _
wdNoProtection, EnforceStyleLock:=True
and if I start this Templates under Word 2002 I received compiler error, while
ActiveDocument.Protect PASSWORD:="1234", NoReset:=False, Type:= _
wdNoProtection, EnforceStyleLock:=True
don´t support EnforceStyleLock:=True and I need this option to protect
styles formatting.
MY Question:
This Templates is for company where Word 2002/2003 will be used.
Can I use or set code that will use Funtion from Word 2003 while user is
running
Word 2002.
Or
How can I resolve this problem diferent way(Please, consider that I have to
use Format style Protection)
Thanks