如何在Excel中运行VBA宏后使用时间延迟

2024-11-15 07:12:40
推荐回答(2个)
回答(1):

'等待5秒
Application.Wait (Now + TimeValue("00:00:05"))

回答(2):

加一个时间函数即可。详细加我交流。