Sub MyMessage()
MsgBox Time
End Sub
Sub MyMessage()
MsgBox Date
End Sub
Sub MyMessage()
MsgBox 25000
End Sub
Sub MyMessage()
MsgBox "This is my File, Don't Touch it"
End Sub
Sub MyMessage()
MsgBox Time
MsgBox Date
MsgBox "This is my File, Don't Touch it"
MsgBox 25000
End Sub