View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
mike mike is offline
external usenet poster
 
Posts: 32
Default Problem with Macro/Protected Sheet

One possibility: Sheets have events one of which is SheetChange.
Perhaps the sheet is responding to one of these events and is calling
VerifyJobs. Open up the VB Editor and select the sheet to view any code
it may contain.