View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
0o0o0o0o 0o0o0o0o is offline
external usenet poster
 
Posts: 6
Default Locking worksheet based on the cell value

I have a workbook containing 14 worksheets that are used as daily shift
report for each day of the biwekly pay period. Supervisors fill out reports
on a daily basis and managers review them every couple of days. I'd like to
limit user's ability to filling out today's report only (maybe a code that
would compare the date on the report with cell that contains =TODAY()
function, and locks the worksheet for editing if those two values don't
mach). The idea is not to allow anyone to go back and edit reports.
Any help on this would be greatly appreciated.