View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Carim[_2_] Carim[_2_] is offline
external usenet poster
 
Posts: 97
Default Unable to disable macro

Hi,

You shoud add the following instruction :
Cancel = True
in your workbook_beforeclose macro

HTH