View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Excel 2002 autoRecover settings

Unchecking the options in XL2002, I get this code.

Application.AutoRecover.Enabled = False
ActiveWorkbook.EnableAutoRecover = False

Does this mean that AutoRecover can be selectively disabled on a WB basis,
assuming Application.AutoRecover.Enabled =True ?
The Help is not that clear .

NickHK