IScriptingEventsOnCurrentProjectSaved Method |
Namespace: SuperOffice.COM.ScriptEvents
Description
This text may be copied to the notepad, and saved as a *.vbs file.
Sub OnCurrentProjectSaved ' Check if a description is added! if currentproject.description = "" then somessagebox "You forgot to add a decription to this project!" end if End Sub