How can I prevent the use of delete key in a cell

  • Thread starter Thread starter Excel doubt cleared
  • Start date Start date
E

Excel doubt cleared

I want to get a warning message and prevent the null value in a cell when the
contents of a cell is deleted.
Please help as I am so tired in search for this.
Roby
 
I'd use an adjacent cell that was formatted in big bold red letters:

=if(a1<>"","","<-- Please enter something here!"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top