From: Arjun on
when one of the sections in word file is protected, i am unable to insert
text box in other sections. when protection is enabled, so many options are
automatically disabled. textbox is one of the feature which is disabled when
protection is enabled.

how to add textbox in the sections which are not protected
From: Graham Mayor on
Protection imposes limitations. You can probably create a macro to perform
the task, but for documents that require free editing, protected forms are
rarely the answer. Investigate instead userforms, which together with
docvariables are a simple way of gathering and inserting the data whilst
leaving the document free to edit.
For the basics, see Word MVP FAQ - Userforms
http://word.mvps.org/FAQs/Userforms.htm

for a more in depth explanation, see
http://gregmaxey.mvps.org/Create_and_employ_a_UserForm.htm

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>


"Arjun" <Arjun(a)discussions.microsoft.com> wrote in message
news:3E1D0CB6-F4C6-47AD-9ECC-691ADECC9AC3(a)microsoft.com...
> when one of the sections in word file is protected, i am unable to insert
> text box in other sections. when protection is enabled, so many options
> are
> automatically disabled. textbox is one of the feature which is disabled
> when
> protection is enabled.
>
> how to add textbox in the sections which are not protected