Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27
Default disable autorecover

Hi

I'm trying to check the box for disable autorecover under the tools options
and save tab permenantly for a user in excel2003 but can't see a way of doing
this as its not in the registry according to MS articles. I did read about a
VB scripting to possibly do this and created the following..


Set objExcel = CreateObject("Excel.Application")

objExcel.AutoRecover.enabled = FALSE

objExcel.Quit


This however doesn't check the Disble Autorecover box. Has anyone had a
success with this?

thanks

Daniel

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default disable autorecover

You could disable autorecover for a single workbook by using the
"disableautorecover" property.
Try it out

Daniel M wrote:
Hi

I'm trying to check the box for disable autorecover under the tools options
and save tab permenantly for a user in excel2003 but can't see a way of doing
this as its not in the registry according to MS articles. I did read about a
VB scripting to possibly do this and created the following..

Set objExcel = CreateObject("Excel.Application")

objExcel.AutoRecover.enabled = FALSE

objExcel.Quit

This however doesn't check the Disble Autorecover box. Has anyone had a
success with this?

thanks

Daniel


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27
Default disable autorecover

I take it you mean check the box in the options, save tab every time. I could
but thats not what my user wants. He wants this option checked by default.

"prabhuraaman" wrote:

You could disable autorecover for a single workbook by using the
"disableautorecover" property.
Try it out

Daniel M wrote:
Hi

I'm trying to check the box for disable autorecover under the tools options
and save tab permenantly for a user in excel2003 but can't see a way of doing
this as its not in the registry according to MS articles. I did read about a
VB scripting to possibly do this and created the following..

Set objExcel = CreateObject("Excel.Application")

objExcel.AutoRecover.enabled = FALSE

objExcel.Quit

This however doesn't check the Disble Autorecover box. Has anyone had a
success with this?

thanks

Daniel



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Permanently Disable AutoRecover dutchy2704 Excel Discussion (Misc queries) 4 July 28th 08 02:34 PM
Disable AutoRecover Daniel M Excel Discussion (Misc queries) 0 August 11th 06 09:56 AM
VBA not recognised by Autorecover Gizmo63 Excel Discussion (Misc queries) 4 July 25th 06 02:42 PM
How to disable AutoRecover feature in Excel Vijay Excel Discussion (Misc queries) 1 March 4th 06 03:00 AM
AutoRecover diesel Excel Discussion (Misc queries) 0 May 13th 05 12:12 AM


All times are GMT +1. The time now is 12:30 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"