You are on page 1of 1

Private Sub Document_New()

'Greet user.
MsgBox "Greetings", vbOKOnly, "Welcome to Money Matters and your first
training session"
End Sub

Private Sub Document_Close()


'Greet user.
MsgBox "Greetings", vbOKOnly, "Greetings"
End Sub

You might also like