S
spunkymuffmonkey
Hi all,
I have a query about navigating within protected Form Fields within Word 2003.
By standard (I think), when a form is protected with text form fields within
it, using the up and down cursor keys jumps between form fields instead of
between lines of text within the formfield.
I have tried creating a simple macros:
Selection.MoveUp unit:=wdLine, Count:=1, Extend:=wdMove
and
Selection.MoveDown unit:=wdLine, Count:=1, Extend:=wdMove
and bound them to the up and down cursor keys but this seems to be ignored
when the form is proteced.
If anybody has any suggestions how I can change this then I would be very
grateful.
Kind regards
I have a query about navigating within protected Form Fields within Word 2003.
By standard (I think), when a form is protected with text form fields within
it, using the up and down cursor keys jumps between form fields instead of
between lines of text within the formfield.
I have tried creating a simple macros:
Selection.MoveUp unit:=wdLine, Count:=1, Extend:=wdMove
and
Selection.MoveDown unit:=wdLine, Count:=1, Extend:=wdMove
and bound them to the up and down cursor keys but this seems to be ignored
when the form is proteced.
If anybody has any suggestions how I can change this then I would be very
grateful.
Kind regards