Hello All,
I have a sheet I'm using to track schedules.
Columns B:C are merged and contain task names, while the other columns to the right have corresponding dates. I do not want people to be able to change the names of the existing tasks in B:C. I do however want them to be able to add rows and be able to update the new cells with task names.
I know when I protect the sheet I can allow people to add/delete rows. What I don't know how to do is force new rows to inherit the merged cell property in B:C and to have all cells in the new rows be unprotected, allowing them to add text into the new Task Names fields.
The caveat I'll throw in is that I don't want a button of any sort to add the rows. I'd like people to be able to add rows as they normally would and for the coding to be triggered from that "event".
Any ideas?
Thanks in advance!
I have a sheet I'm using to track schedules.
Columns B:C are merged and contain task names, while the other columns to the right have corresponding dates. I do not want people to be able to change the names of the existing tasks in B:C. I do however want them to be able to add rows and be able to update the new cells with task names.
I know when I protect the sheet I can allow people to add/delete rows. What I don't know how to do is force new rows to inherit the merged cell property in B:C and to have all cells in the new rows be unprotected, allowing them to add text into the new Task Names fields.
The caveat I'll throw in is that I don't want a button of any sort to add the rows. I'd like people to be able to add rows as they normally would and for the coding to be triggered from that "event".
Any ideas?
Thanks in advance!