Hello,
Disclaimer: I am a complete novice to all of this.
I am reading this forum with interest as I am trying to set up a protected Word form also where the user can delete or add rows to an otherwise locked table. I found code on Graham Mayor's website which worked like a charm for adding a row to the table but I can't figure out how to delete a row.
Essentially, I have my entire form set up as a table, with form fields in the cells, and there is a sub-table within this form. When users are filling it out, essentially there are large text fields, and then this sub table for numbers to be entered. I want them to be able to delete rows in that table that are unused. So, if all the information is deleted from a row, I want that row to disappear.
Is this possible?
Thanks in advance!
P.S. I tried the code (
https://www.msofficeforums.com/word-...rm-fields.html) and it doesn't delete rows from my table...