Hello
I have written a macro for work that needs to execute every weekday.
It works well, but every time that I'm not in the office, it don't execute.
So for example if i'm off on Wednesday, Thursday morning it didn't run.
Also, I don't know how to include that it only runs on a weekday.
I have written this in ThisWorkbook:
Private Sub Workbook_Open()
Application.OnTime TimeValue("06:00:00"), "Macro"
End Sub
Someone that can help me?
Thanks a lot!
I have written a macro for work that needs to execute every weekday.
It works well, but every time that I'm not in the office, it don't execute.
So for example if i'm off on Wednesday, Thursday morning it didn't run.
Also, I don't know how to include that it only runs on a weekday.
I have written this in ThisWorkbook:
Private Sub Workbook_Open()
Application.OnTime TimeValue("06:00:00"), "Macro"
End Sub
Someone that can help me?
Thanks a lot!