Add a table row in a locked form

R

Raphael Goubet

Hi,

I have a form containing a table. This form needs to be locked, but
part of the information is to be entered in rows of the table.

Problem is: I don't know at first how many rows will be needed each
time the form is filled.

So how can I add tables rows when filling in a locked form?

Thanks in advance.

Raphael
 
C

Chad DeMeyer

There is no easy way to manage the addition and deletion of rows in a
protected section - I know from experience, it involves pretty convoluted
VBA programming. A simple alternative is to bound your table with section
breaks, then Tools>Protect Document>Forms>Sections and uncheck the section
with your table in it. When you apply forms protection, that section will
be unprotected so the user can add and delete rows in the normal way.

Regards,
Chad
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top