L
lojze066
I have the following problem with Current page number which appears in Word
2000
My users unfortunately use Word 2000 (9.0.4402 SR-1)
When I protect document programmatically with following code
Const wdAllowOnlyComments=1
WordObj.ActiveDocument.Protect wdAllowOnlyComments, False, "PASSWORD"
the current page number is always 1.
(on all pages is 1 of 4)
The problem exist even if I do everything manually in Word so probably this
is a Bug or something.
Does anybody have an solution how to correct this problem.
Thank you
Lojze
2000
My users unfortunately use Word 2000 (9.0.4402 SR-1)
When I protect document programmatically with following code
Const wdAllowOnlyComments=1
WordObj.ActiveDocument.Protect wdAllowOnlyComments, False, "PASSWORD"
the current page number is always 1.
(on all pages is 1 of 4)
The problem exist even if I do everything manually in Word so probably this
is a Bug or something.
Does anybody have an solution how to correct this problem.
Thank you
Lojze