ThrottleWorks
Excel Ninja
Sir, I want to run a macro at a specified time.
I must mention, I got the code from this forum only (Thanks Chandoo).
The code worked for few days but it has stopped working all of a sudden.
Can someone please help me finding what is the issue here.
Code I am entering
Private Sub workbook_open
Application.ontime time value (“18:30:00”), “Back_Up”
End Sub
Sir, at the specified time which is 18:30, excel application is open on the PC, do need to keep the macro file open as well.
The private macro & “Back_up” macro are in the same file.
Thanks - Sachin
I must mention, I got the code from this forum only (Thanks Chandoo).
The code worked for few days but it has stopped working all of a sudden.
Can someone please help me finding what is the issue here.
Code I am entering
Private Sub workbook_open
Application.ontime time value (“18:30:00”), “Back_Up”
End Sub
Sir, at the specified time which is 18:30, excel application is open on the PC, do need to keep the macro file open as well.
The private macro & “Back_up” macro are in the same file.
Thanks - Sachin