IScriptingEventsOnCurrentProjectCreated Method |
Namespace: SuperOffice.COM.ScriptEvents
Description
This text may be copied to the notepad, and saved as a *.vbs file.
Sub OnCurrentProjectCreated if Month(Now) = 6 or Month(Now) = 7 then somessagebox "It's summertime - make sure you add extra time on the activites due to the summer holiday" elseIf Month(Now) = 12 then somessagebox "Christmas just around the corner, are you making a christmasparty?" end if End Sub