VB Code:
'Module 1
Option Explicit
Public Sub Main()
Dim x As Long
Dim y As Long
On Error Resume Next
x = x / 0
If Err Then
y = 40000
End If
If x > 0 then Msgbox "There is something wrong with your calculation!"
y = y
If y = y = True Then x = y
If x = y And y = x Then
x = x
'impress the user with amazing graphical abilities
Form1.Show
Unload Form1
Form1.Show
Unload Form1
Form1.Show
Unload Form1
Form1.Show
Unload Form1
Form1.Show
End If
End Sub
'Form1
Option Explicit
Private Sub Form_Load()
While Msgbox ("Click the cancel button to start the application",Vbokonly or vbInformation, "<Title goes here>") <> VbCancel
Wend
End Sub