PC Review


Reply
Thread Tools Rate Thread

Autosave doesn't work

 
 
Alonso Vilela
Guest
Posts: n/a
 
      8th Jul 2008
I use Automation with excel but When I change the name of the book and
sheets, later I save the book, but all the time and end show me a message if
I want to save the changes in the book.

I set autosave in true but doesn't work.

Help me please.


 
Reply With Quote
 
 
 
 
Jim Rech
Guest
Posts: n/a
 
      8th Jul 2008
If you're expecting the AutoSave add-in to help you, it does not load with
Excel under automation.

If, on the other hand, you're saying that you are making changes, saving the
workbook and still Excel prompts you to save changes, I'd suggest telling
Excel that the workbook is saved just before closing it:

Set XL = CreateObject("Excel.Application")
XL.Visible = True
XL.Workbooks.Add
XL.Activesheet.Range("A1").Value = 1
XL.ActiveWorkbook.Saved = True
XL.ActiveWorkbook.Close ''No prompt

--
Jim
"Alonso Vilela" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
|I use Automation with excel but When I change the name of the book and
| sheets, later I save the book, but all the time and end show me a message
if
| I want to save the changes in the book.
|
| I set autosave in true but doesn't work.
|
| Help me please.
|
|


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Autosave doesn Eric Microsoft Word Document Management 1 19th Jan 2009 08:43 AM
Autosave doesn't work when using Word as Outlook email editor Eric Microsoft Word Document Management 3 18th Jan 2009 11:13 PM
how do i autosave my work? =?Utf-8?B?QXNobGV5X3g=?= Microsoft Word Document Management 4 24th Mar 2007 04:29 PM
Excel autosave doesn't save every 10 minutes as shown. =?Utf-8?B?amFuZ2Fyb29v?= Microsoft Excel Worksheet Functions 7 2nd Oct 2006 10:47 PM
Why doesn't Excel have autosave feature like Word? =?Utf-8?B?VEpvZU8=?= Microsoft Excel Misc 6 12th Apr 2006 07:51 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:51 AM.