Prev | Next | Top > Macro Event Handlers > Document Events
event DocumentSave(sFile)
Called just before the file buffer is saved. You can make edits to the file buffer at this point just before it gets saved. If you want to do something after the file is saved, then you can use the DocumentSaveComplete event.