How do I know that Application.AutoRecover.Enabled = False works?

B

baobob

If the Excel 2002 Tools / Options / Save tab / Workbook options /
Disable Autorecover checkbox is unchecked, then:

ActiveWorkbook.EnableAutoRecover = False

successfully makes it become checked. On the other hand:

Application.AutoRecover.Enabled = False

has no effect on my unchecked box.

So does the latter work? Does it indeed kill Excel's AutoRecover, app-
wide?

If so, how do I know that? Empirically only?

Thanks.

***
 

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

Top