I've been trying to create some VBA functions to calculate timecode entries.
Timecode is represented in the format:
hh:mm:ss:ff
Where hh = hours, mm = minutes, ss = seconds, and ff=frames
I am dealing with video that runs at 30 frames per second, so possible values for ff are 0 to 29.
In...