Excel 2002 autoRecover settings

  • Thread starter Thread starter NickHK
  • Start date Start date
N

NickHK

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
 
Inside that dialog (tools|options|save tab), the bottom portion is labeled as
"workbook options". So it appears like it to me.

And from Excel's help:

Workbook options section
Disable AutoRecover Disables the AutoRecover feature for the active workbook.


(I do use xl2003, though.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top