ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Autosave doesn't work (https://www.excelbanter.com/excel-programming/413738-autosave-doesnt-work.html)

Alonso Vilela[_2_]

Autosave doesn't work
 
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.



Jim Rech

Autosave doesn't work
 
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" wrote in message
...
|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.
|
|




All times are GMT +1. The time now is 08:07 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com