Got it - because I am not a programmer I need help in knowing the code to
check that cell T8 is not blank and the same for cell C3. If it is blank,
can we generate a dialog box informing the user that they are required fields?
Also, is there a way to automatically enable the macros when opening the
file without prompting the user now that we are adding a macro?
Thanks again -
"Don Guillett" wrote:
Look in the ThisWorkbook module for the before_save event
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"cmac" wrote in message
...
Is there a way to require that a particular cell be populated prior to
saving
an Excel file (one cell is text and one is a date field)? We are using a
spreadsheet to collect data from users that is later used to feed an
Access
database and need to be sure that the source file has these two key cells
populated.
Thank you -