【发布时间】:2016-02-03 21:16:47
【问题描述】:
假设我想要一个 msgbox 弹出一个小时后发生的事情,这将如何完成?
我在想一些事情:
MyLimit = Now
If .Value = MyLimit Then
msgbox "Do that thing cause it is due right now"
或
MyLimit = Date
If .Value = MyLimit Then
msgbox "Do that thing cause it is due right now"
并让公式引用日期格式为“m/d/yy h:mm AM/PM”的单元格
类似的东西不起作用,我想知道为什么。
【问题讨论】: