excel打开后定时自动打印Subauto_open()'设置一个自动运行的宏——auto_openApplication.OnTimeTimeValue("08:30:00"),"tx"'设置提醒时间——08:30:00(可以根据需要修改),设置调用提醒宏——tx。Application.OnTimeTimeValue("08:52:00"),"tx"'再设置提醒一次。EndSubSubtx()'设置一个显示提醒消息的宏(名称要与上述自动运行宏中调用的名称一致)。