(Excel 2007) I have a workbook with several sheets with cells that require user input. Some fields are not that important, but others are very critical. All the critical fields say 'Required', but I still get people returning the workbook with no entry in these fields. I need a before-save macro to prevent saving the file before the critical fields are filled out.
To complicqate things, these fields are in several places in the workbook. For example, on the first sheet, labeled 'NB Form', the critical cells are C3,C4, I3,G7, G8, H12 & H22. On the second tab, labeled 'EQ PR', the critical cells are H5,K9,I12, D19.
All in all, I have 7 worksheets in this workbook that all have some critical fields. So I need the before-save macro to pop up a MsgBox that will identify which fields on which worksheets need entry before the workbook can be saved.
Thanks in advance for the help.
To complicqate things, these fields are in several places in the workbook. For example, on the first sheet, labeled 'NB Form', the critical cells are C3,C4, I3,G7, G8, H12 & H22. On the second tab, labeled 'EQ PR', the critical cells are H5,K9,I12, D19.
All in all, I have 7 worksheets in this workbook that all have some critical fields. So I need the before-save macro to pop up a MsgBox that will identify which fields on which worksheets need entry before the workbook can be saved.
Thanks in advance for the help.