Hello,
I have created a button that adds rows to my spreadsheet table. Since the sheet is protected, I've done a
Sheet1.Unprotect ("password") and
Sheet1.Protect ("password") at the end to re-protect.
However, I've formatted the original protection to allow users to format cells, columns and rows.
Can someone help me with the code to include those "allowances" as the Protect code automatically sets this to not allow these?
Thanks,
Allison
I have created a button that adds rows to my spreadsheet table. Since the sheet is protected, I've done a
Sheet1.Unprotect ("password") and
Sheet1.Protect ("password") at the end to re-protect.
However, I've formatted the original protection to allow users to format cells, columns and rows.
Can someone help me with the code to include those "allowances" as the Protect code automatically sets this to not allow these?
Thanks,
Allison