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
|