I wanted to run a function after 5 seconds so I tried doing:
Application.OnTime Now + TimeValue("05:00:00"), "myFunc"
However, I get method or data member not found error. I read the documentation for this there was no reference library I needed to add.