K
Ken
I have a form that is sent to users within our corporation. The form is
protected so that users can only enter their responses into text fields
within the form -- they're not able to modify or alter the questions. I
need a way for the user to generate a new row if they have multiple
situations for which they need to respond for a given question..
I created a button which turns the protection off, copies the current row
the user is answering, creates a new row, pastes the copied row, and turns
back on the protection. Problem is that it also copies the text when pasting
-- I'm looking for a way to copy only the protected text, not the user text.
I tried the ResetFormFields command, but that only seems to work for the
whole document, not just the row that was copied.
Any suggestions?
protected so that users can only enter their responses into text fields
within the form -- they're not able to modify or alter the questions. I
need a way for the user to generate a new row if they have multiple
situations for which they need to respond for a given question..
I created a button which turns the protection off, copies the current row
the user is answering, creates a new row, pastes the copied row, and turns
back on the protection. Problem is that it also copies the text when pasting
-- I'm looking for a way to copy only the protected text, not the user text.
I tried the ResetFormFields command, but that only seems to work for the
whole document, not just the row that was copied.
Any suggestions?