在本示例中,Time 属性与 AutoRecover 属性结合使用,可将
ET 在保存另一个副本之前的等待时间间隔设置为 5 分钟。
示例代码
function UseAutoRecover() {
Application.AutoRecover.Time = 5
MsgBox ("The time that will elapse between each automatic " + "save has been set to " + Application.AutoRecover.Time + " minutes.")
}