View Single Post
  #2   Report Post  
Posted to microsoft.public.word.tables
Stefan Blom Stefan Blom is offline
external usenet poster
 
Posts: 8,428
Default How can I create an expandable table in a protected form?

The easiest solution is to place the table in an unprotected section of the
form; then users can add rows as they would in an unprotected table. Note,
however, that they will also be able to edit the table, which may not be
what you want.

--
Stefan Blom
Microsoft Word MVP



"dgliver" wrote in message
...
I want to create a protected form for users to fill out, and I need the
users
to be able to add/delete rows to a table without unprotecting the form.
Can
anyone tell me how to do this?