Excel VBA - Email Does not Send When Computer is Locked

前端 未结 3 613
囚心锁ツ
囚心锁ツ 2020-12-01 15:09

I\'m having problems sending outlook emails using Excel VBA. I have the code to do it - Sendupdate - and it works fine when I manually run the macro. My second

3条回答
  •  眼角桃花
    2020-12-01 15:25

    I used HTML and JavaScript setInterval to run vba code to overcome such problem. Code:

    
    
    
    
    
    
    
    
    
    
    
    

提交回复
热议问题