ThrottleWorks
Excel Ninja
Hi,
I am trying to replicate (relatively simple) code mentioned below.
However this macro is not getting fired at all !
Can anyone please help me regarding what I am missing here.
I am trying to replicate (relatively simple) code mentioned below.
However this macro is not getting fired at all !
Code:
Private Sub Workbook_Open()
'Run YourSub at 6pm
Application.OnTime TimeValue("14:08:00"), "Test"
End Sub
Sub Test()
MsgBox "Hello !"
End Sub
Last edited by a moderator: