打印本文打印本文 关闭窗口关闭窗口

时间问题

作者:金字塔 来源:cxh99.com 发布时间:2016年08月01日
  • 咨询内容: v3 = (time>=090000 and time<=113000 )or (time>=133000 and time<=150000) or (time>=210000 and time<=230000)
     vba里面怎么实现

     

  • 金字塔客服:

    a = TimeValue(time)
    b = TimeValue("10:35")

     

    这样去比较a和b

     

  • 用户回复: Cdate(Time)>"09:00"
打印本文打印本文 关闭窗口关闭窗口