Many thanks .... beginning to see how Word protection
works, but if you can bear with me, please:
In a new document (on the same line) I insert bookmarks
to indicate telephone and fax numbers, and give each bookmark a value......
so it looks similar to:
bmk(T) bmk(F)
where bmk represents the Chr that is inserted into the document via
Insert>Bookmark
I now select the two editable text areas and follow your instruction for
protection. .......... And it works .......
but ..... when back in the document, I could type a ludicrous number of
digits against bmk(T), only to see
bmk(F) displaced to the right (not tested, but presumably eventually to the
next line) .
How to stop this 'blessed' feature, please?
I was hoping to set up a series of bookmarks (and their values) in a
document, create adjacent 'areas' for users' editable text input, protect
non-editable areas AND,
preserve formatting; - all without code, and preferably without Controls
from either the Control Toolbox or the Drawing ToolBar.
Have a feeling I'm missing something fundamental here
(apart from brains) <g>.
Regards.
TF said:
Stuart
Open the document and select all the USER editable text areas: next select
Tools, Protect Document. Check Allow only this Type of Editing; select No
Changes (Read Only) from the drop down list if it isn't already selected;
in
EXCEPTION, select EVERYONE. Now everyone will be able to edit the text
areas
but not the Headers and Footers.
There's no reason why the Page of Numpages and CreateDate shouldn't be in
a
header or footer and protected as well. Note to use CreateDate field: when
you open a new document from the template, it will automatically update to
the current date and remain that date because it is the date you have
created the document. However, if you open the template for editing at a
later date, it will still show the date you created the template. Had you
just inserted a plain date field in the fax, if you open it at a later
date,
the date will update itself (not what you wanted).
--
Terry Farrell - Word MVP
: Using Office 2003 SBE, I'm setting up a Company fax.
: At the moment it's a .doc (not template) and I'm working on setting up
the
: 1st page (ideally without using VBA so that I might avoid Certificate
issues
: when deploying the fax).
:
: I've set up the FirstPageheader which contains Company
: address and logo.
: Q1: How to protect/lock for editing this header?
:
: Below the header will be the body of the Fax, so this must be editable
by
: the user. however it will also contain this type of entry:
: Page: " " of " "
: where [Page] & [of] are preloaded, but the " " represent
: user-editable areas
: Q2: How do I do this without code?
:
: Any help much appreciated.
:
: Regards.
:
: