Using VBA code,
1. Is it possible to block deleting, say Row 10 and Column P (but the other rows and columns should be deletable)?
2. If a sheet contains a value 'Do not delete", then the row and column of the cell should not be deletable? That is, the code should pick up the column address and row address wherever there is "Do not delete" in the sheet and then those rows and columns should be prevented from being deleted.
Thanks.
1. Is it possible to block deleting, say Row 10 and Column P (but the other rows and columns should be deletable)?
2. If a sheet contains a value 'Do not delete", then the row and column of the cell should not be deletable? That is, the code should pick up the column address and row address wherever there is "Do not delete" in the sheet and then those rows and columns should be prevented from being deleted.
Thanks.
Last edited: