Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Mike from Broadwindsor
 
Posts: n/a
Default Autosave options in Excel 2000

I am trying to enable Autosave of all open workbooks without prompting. I
make the changes, click OK. Everything is fine until the next time I start
Excel when the default options come back. I'm sure it was working the way I
want it to before I had a major disaster and had to reload everything so
what, please, have I forgotten to do?
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

I thought that one of the service packs to xl2k fixed this.

Since you're using xl2k, you may want to look for updates.

But here's a workaround (but still look for updates)...

Create a workbook with this code in a general module:

Option Explicit
Sub auto_open()

On Error Resume Next
Workbooks("autosave.xla").Excel4IntlMacroSheets("L oc Table") _
.Range("ud01b.Prompt").Value = False
If Err.Number < 0 Then
MsgBox "Prompt not changed!"
Err.Clear
End If
On Error GoTo 0

'ThisWorkbook.Close SaveChanges:=False

End Sub

When you're happy with your testing, remove the apostrophe from the
'ThisWorkbook.Close SaveChanges:=False
line.

Then save the workbook into your XLStart folder (so it loads, runs, and closes
each time you start excel).

If you're new to macros, you may want to read David McRitchie's intro at:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

Mike from Broadwindsor wrote:

I am trying to enable Autosave of all open workbooks without prompting. I
make the changes, click OK. Everything is fine until the next time I start
Excel when the default options come back. I'm sure it was working the way I
want it to before I had a major disaster and had to reload everything so
what, please, have I forgotten to do?


--

Dave Peterson
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
Setting tab colours on Excel spreadsheets (for Excel 2000) S Excel Discussion (Misc queries) 2 June 15th 05 03:42 PM
Excel 2000 to Excel 97 frankie Excel Discussion (Misc queries) 2 June 14th 05 12:33 AM
can you tell me the difference between excel 2000 and excel 2003 mregel Excel Discussion (Misc queries) 2 June 13th 05 02:19 PM
Excel XP Pivot Table in Excel 2000 bsantona Excel Discussion (Misc queries) 0 January 20th 05 06:37 PM
How do I Break links Using Excel 2000 DaddyMan Excel Discussion (Misc queries) 1 December 9th 04 10:18 PM


All times are GMT +1. The time now is 01:56 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"