VBA Sleep Doesn't Work

后端 未结 7 1196
礼貌的吻别
礼貌的吻别 2020-12-03 10:57

I know I\'m doing something wrong here. I\'m trying to use the sleep function to delay my code, but I get \"Sub or Function not defined\" error. Any tips?

相关标签:
7条回答
  • 2020-12-03 11:38

    Pausing an application for 10 seconds.

    Application.Wait (Now + TimeValue("0:00:10"))
    
    0 讨论(0)
提交回复
热议问题