I'm trying to run this code in Excel 2003, but am having problems with it.
Sub DoItAll()
Application.OnTime TimeValue("00:00:05"), "Refresh_Chart"
newHour = Hour(Now())
newMinute = Minute(Now())
newSecond = Second(Now()) + 5
waitTime = TimeSerial(newHour, newMinute...