Private Sub ExecuteNames_Click()
'
On Error GoTo Trapit ' this is the line that causes the error
'
' all kinds of well working stuff happening here......
'
End Sub
___________________________
Trapit:
' Intention: if error =13 then run FormatFehler
Exit Sub
End Sub
_________________________
Private Sub FormatFehler()
MsgBox "Date FORMAT must be like 09-SEP-06", vbExclamation, "Auto Payroll"
End Sub
2006-09-04
03:30:40
·
4 answers
·
asked by
Marianna
6
in
Computers & Internet
➔ Programming & Design