Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for the suggestion. I put the following line after
the code that gets the user to save their file: ActiveWorkbook.Saved = True But the problem persists. A dialog box with an alert asking if I want to save the changes to the file still appears as if the file had not been just saved. Could there be some execution of code that has not finished or something? Could there be some "changes" still occurring to the file after the macro saves it? Your thoughts on this are appreciated. -----Original Message----- How can I write my code so that the save executed by the macro is enough? try setting the saved property to true. activeworkbook.saved = true . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
No longer prompted to Save | Excel Discussion (Misc queries) | |||
Prompted to save | Excel Discussion (Misc queries) | |||
Why am I prompted to save a file when nothing has changed? | Excel Discussion (Misc queries) | |||
Save as CSV without being prompted | Excel Programming | |||
Save as CSV without being prompted | Excel Programming |