View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
tony tony is offline
external usenet poster
 
Posts: 313
Default Option Box on Workbook Close

I want to create an option box that opens when the value of a cell ="no"
which is populated when =if(A1=A2,"yes","no") when a user trys to close a
workbook. The option box will have "yes" or "no" options where "yes" will go
to cell A1 and "no" will close the workbook.