这应该可以用time函数来处理 不过先要将它的格式处理一下
IF format(time,"hh:mm:ss")>= "13:30:00" Then (Do some housekeeping works) Exit Sub End if