...预警功能???百度都是天数的,我要提前2.5个小时。。。?
发布网友
发布时间:2024-09-27 08:28
我来回答
共4个回答
热心网友
时间:2024-11-11 13:58
super rabbit,
热心网友
时间:2024-11-11 14:04
Sub auto_open()
Application.OnTime TimeValue("11:30:00"), "tx" '12:00提示一次
Application.OnTime TimeValue("14:00:00"), "tx" '14:00再提示一次
End Sub
Sub tx()
Application.Speech.Speak "你该出发了!"
End Sub代码作用:
假设你14:00出发,11:30将出现语音提醒。
时间你可以自己修改;
前提是需要打开excel工作表
热心网友
时间:2024-11-11 14:01
2.5小时=0.1041667天,所以设置为0.1041667天就可以了。
热心网友
时间:2024-11-11 13:59
天数的×24小时,再做个判断不一样呢么