Hihi guys,

If I open my workbook at 9am, run the following sub and keep the workbook open
Sub Scheduler()
    Application.OnTime TimeValue("10:00:00"), "Main"
End Sub
is it going to run macro "Main" only once today at 10am, or is it only to run daily at 10am??

Thanks
YP