這應(yīng)該可以用time函數(shù)來處理 不過先要將它的格式處理一下
IF format(time,"hh:mm:ss")>= "13:30:00" Then (Do some housekeeping works) Exit Sub End if