How to force entry in cell before saving.

M

Mike Okuley

Is there a way to force users to fill in specific cells in
a spreadsheet before printing or saving the spreadsheet in
Excel?

-*-Mike-*-
 
D

Don Guillett

look in the ThisWorkbook vba module for workbook>before print and before
save events.
 
Top