Having trouble finding VBA code that addresses a table instead of just a pre-selected set of cells.
I have a large table that will continue to have rows added to it as users add new entries - so I need this to be dynamic rather than selecting a range of cells (ie, I don't want this to be A7:Q47, as the table will keep getting longer. I need the code to address A:Q).
In Column R of the table (column is named 'Placement Created'), I want to be able to have users enter the word 'Done', and have that cause the entire rest of the row (A:Q) to become protected so that other users cannot change previously entered data.
Thanks!
I have a large table that will continue to have rows added to it as users add new entries - so I need this to be dynamic rather than selecting a range of cells (ie, I don't want this to be A7:Q47, as the table will keep getting longer. I need the code to address A:Q).
In Column R of the table (column is named 'Placement Created'), I want to be able to have users enter the word 'Done', and have that cause the entire rest of the row (A:Q) to become protected so that other users cannot change previously entered data.
Thanks!