Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. | | |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
program blinks and I lose 3-4 hours of work, autosave set 10 minut | Excel Discussion (Misc queries) | |||
Opened Autosave but when closing workbook Autosave closes itself | Excel Worksheet Functions | |||
autosave | Excel Worksheet Functions | |||
Removing AUTOSAVE.XLS(AUTOSAVE.XLA) from VBA editor??? | Excel Programming | |||
Removing AUTOSAVE.XLS(AUTOSAVE.XLA) from VBA editor??? | Excel Programming |