Re: Protect an individual cell to allow funtionality of form fields
- From: "Jay Freedman" <jay.freedman@xxxxxxxxxxx>
- Date: Mon, 26 Nov 2007 14:51:43 -0500
I think a macro is the _only_ solution to your requirements. The minimum
area of a document that can be protected or unprotected is a section, and
it's impossible to insert a section break within a table -- not even between
rows, and certainly not between columns.
The macro would have to unprotect the document, or at least the section
containing the table; delete the rows; and reprotect the document or
section. You could provide a toolbar button or a MacroButton field to start
the macro.
--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
StrugglingOfficeUser wrote:
I've got an interesting situation... I'm trying to create a form that
allows the user a good amount of editing ability, but also with many
drop-down and fill in form fields.
The first section of the document is a "true" form, and allows only
the filling in of form fields.
The second section is a table in which I would like to allow the user
to delete several rows, while maintaining the functionality of
drop-down fields in the 2nd and 3rd columns if the user decides to
keep the section. Here's an example:
Building Coverage***********************************|*************|**[Text Form Field]**|**[Drop-Down Field]**|
*************|**[Text Form Field]**|**[Drop-Down Field]**|
Auto Coverage*************************************|*************|**[Text Form Field]**|**[Drop-Down Field]**|
Liability Coverage***********************************|*************|**[Text Form Field]**|**[Drop-Down Field]**|
*************|**[Text Form Field]**|**[Drop-Down Field]**|
In this example, I'd like the user to be able to delete the entire
"Auto coverage" section (two rows), but if they decided to keep it, I
would want the text form field and drop down fields to still work.
Not sure if this is possible, or if a macro would be a better
solution to the problem.
.
- References:
- Protect an individual cell to allow funtionality of form fields
- From: StrugglingOfficeUser
- Protect an individual cell to allow funtionality of form fields
- Prev by Date: Re: VBA User Forms
- Next by Date: How do you insert check mark boxes in templates for Word 2007?
- Previous by thread: Protect an individual cell to allow funtionality of form fields
- Next by thread: RE: bullets and numbering format is wrong after installing SP3
- Index(es):