View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave O Dave O is offline
external usenet poster
 
Posts: 427
Default Simple message box question

This can be done with some above-average programming skills- how
familiar are you with this? It would involve an "on change" event
triggered by making a change to the spreadsheet, then modifying a named
range or hidden cell value to TRUE or FALSE depending on the answer to
your message box, then allowing or disallowing subsequent changes based
on the value of that named range or hidden cell value.