Hello,
I am trying to deter the users of a spreadsheet from inserting rows or columns, but I do not want to prevent them from adding them if they absolutely need them.
So what I would like to do is add a macro that detects when the user inserts a row and then display a warning message. I will need to capture all methods of adding rows to the worksheet.
Thanks,