請問老師為何抓不到錯誤呢?t.k.s.(編號:2823)

請問老師以下如無此 c:\test 子目錄
為何系統抓不到錯誤呢? (不會停至 test11)
若 改為 On Error Resume Next亦不會跳脫錯誤...
t.k.s.t.k.s.
On Error GoTo et
mypath = "c:\test\*.mdb"
If Dir(mypath) <> "" Then
  Kill mypath
End If
.
.
exit sub

et: