TimeSerial « Date Functions « VBA / Excel / Access / Word






1.TimeSerial(hour, minute, second) returns a Variant/Date containing the time for the specified hour, minute, and second
2.TimeSerial(9, 0, 0) returns 9:00:00 AM
3.Scheduling a Macro to Run x Minutes in the Future