ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   ignore blank (https://www.excelbanter.com/excel-discussion-misc-queries/120867-ignore-blank.html)

Naomi

ignore blank
 
I set-up an excel template. I defined validation rules on some cells, mainly
choosing from a list and Ignore Blank unticked (meaning an entry is
mandatory). When testing the template, dropdown list works. I did not
bother going into some of the cells and just clicked SAVE. It allowed me to
save the doco even if there were some mandatory fields that I did not
populate. What I want to happen is for excel to tell me at time of saving
(or when I TAB on the field) that user failed to enter data on mandatory
fields. Couldn't seem to find the answer in HELP ...

JLatham

ignore blank
 
There are several ways to deal with this.

Some people set the mandatory cells with conditional formatting so that they
stand out until an entry is made in them.

Another way, probably more certain, is to put code in the workbook's
_BeforeClose() event to verify that all required information has been entered
before allowing the workbook to be closed. Or at least tell the user of the
missing information and give them an opportunity to enter it before closing
the book since they may not have the information and need to close it, get it
and come back later to complete the workbook? That's probably a little more
user friendly than just refusing to close the book at all.

"Naomi" wrote:

I set-up an excel template. I defined validation rules on some cells, mainly
choosing from a list and Ignore Blank unticked (meaning an entry is
mandatory). When testing the template, dropdown list works. I did not
bother going into some of the cells and just clicked SAVE. It allowed me to
save the doco even if there were some mandatory fields that I did not
populate. What I want to happen is for excel to tell me at time of saving
(or when I TAB on the field) that user failed to enter data on mandatory
fields. Couldn't seem to find the answer in HELP ...



All times are GMT +1. The time now is 12:15 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com