validating the cells

  • Thread starter Thread starter B.M.Srinivasa
  • Start date Start date
B

B.M.Srinivasa

How to validate the Cells in MS Excel, so that when the
cells are blank the sheet should not save
 
You need to use a Workbook_BeforeSave event macro that checks each of the
cells in question, and if any are blank, sets the Cancel argument to True.
 

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